{% load static %} {% get_static_prefix as STATIC_PREFIX %} {% load i18n %} {% block pretitle %}django-direct{% endblock %} {% block title %} {% endblock %} {% block head %} {% include "direct/include/head.html" %} {% endblock %} {% block extra_head %} {% endblock %} {% include "direct/include/top-nav.html" %} {% include "direct/include/messages.html" %} {% block content %} {% if template %}{% include template %}{% endif %} {{ content|safe }} {% endblock %} {% include "direct/include/footer.html" %} {% block ExtraJSFoot %} {% endblock %}