-
+ {% for p in pages if p.prefix != "projects/" %}
+
- {{ p.title }} + {% endfor %} +
-
+ {% for p in pages if p.prefix == "projects/" %}
+
- {{ p.title }} + {% endfor %} +
-
+ {% for cat, null in tags %}
+
- {{ cat }} + {% endfor %} +