{% for url in extra_css_urls %} {% endfor %} {% for url in extra_js_urls %} {% endfor %} {% block extra_head %}{% endblock %}
{% block content %} {% endblock %}
{% block footer %}{% include "_footer.html" %}{% endblock %}
{% for body_script in body_scripts %} {% endfor %} {% if select_templates %}{% endif %}