{% load staticfiles %} {# HTML header tags #} {% include "./head.html" %} {% block head %}{% endblock %} {% if title %}{{ title }}{% endif %}
{# Main content #} {% block content %}{% endblock %}
{# JavaScript and miscellaneous HTML #} {% include "./misc.html" %} {% block misc %}{% endblock %}