Pages in this subcategory:
-
{% for page in pages %}
{% if page.category == currentpage.category and
page.subcategory == currentpage.subcategory and
page.name != currentpage.name %}
- {{page.name}} {% endif %} {% endfor %}