{% extends "layout/navigation.html" %} {* vim: set et ai ts=2 sw=2 enc=utf-8: *} {% block "title" %}{% trans "Forum Index" %}{% endblock %} {% block "html/head" %} {% endblock %} {% block "content" %} {% for category in categories %} {% if category.description %} {% endif %} {% if category.forums %} {% define forums category.forums %} {% include "partial/forum.html" %} {% endif %}
{{ category.name|e }}
{{ category.description|e }}
{% endfor %} {% endblock %}