{% load staticfiles %} {% load pagination %} {% load util_tags %} {% block title %} {% if config.DEBUG %} [DEBUG] - {% endif %} {% block page_name %}{% endblock %} {{ config.forum_name }} {% endblock %} {% if rel_page %} {% if rel_page.has_next %} {% endif %} {% if rel_page.has_previous %} {% endif %} {% endif %} {% comment %} {% endcomment %} {% block css %} {% endblock %} {% if allow_js %} {% endif %} {% block head_extra %}{% endblock %}

User Controls

{% include 'control-links.html' %} {% if user.is_authenticated %} {% else %} {% endif %}
{% if allow_js %} {% endif %} {% block navigation %} {% endblock %} {% block content %} Base Template. {% endblock %} Jump to Top
{% block js %} {% include "require.html" with bootstrap="base" %} {% endblock %} {% include 'Houston/tracking.html' %}