{% load i18n %} {% load static %} {% load django_static %} {% block title %}{% endblock %} {% staticall %} {% for css in render_css %} {% if DEBUG %} {% else %} {% endif %} {% endfor %} {% endstaticall %} {% if DEBUG %} {% else %} {% endif %} {% include 'navbar.html' %} {% block content %}{% endblock %} {% include "footer.html" %} {% staticall %} {% for js in render_js %} {% if DEBUG %} {% else %} {% endif %} {% endfor %} {% endstaticall %} {% if DEBUG %} {% else %} {% endif %} {% block scripts %}{% endblock %}