Pages in this category:
-
{% for page in pages %}
{% if page.category == currentpage.category and
page.name != currentpage.name %}
- {{page.name}} {% endif %} {% endfor %}
{% extends "template-base.html" %} {% block sidebar %} {% if currentpage.sidebar != "disabled" %} {% include "template-sidebar_nav.html" %} {% endif %} {% endblock %} {% block main %}