bgneal@232: {% extends 'base.html' %} bgneal@283: {% load forum_tags %} bgneal@232: {% block title %}Forums: {{ page_title }}{% endblock %} bgneal@232: {% block custom_js %} bgneal@232: bgneal@280: {% include "forums/forum_query.js" %} bgneal@232: {% endblock %} bgneal@232: {% block content %} bgneal@283: {% forum_navigation page_title %} bgneal@280: {% include "forums/forum_query.html" %} bgneal@232:
{{ description }}
bgneal@232: {% include 'forums/pagination.html' %} bgneal@232: bgneal@232: {% endblock %}