{% load static i18n templates generator %} {% block head %} {% block head_title %}{% if head_title %}{{ head_title }}{% elif SITE_NAME %}{{ SITE_NAME }}{% else %}Django{% endif %}{% endblock head_title %} {% block head_meta %}{% endblock head_meta %} {%if favicon %}{% endif %} {{ theme.html_css }} {% block head_css %}{% endblock head_css %}{# Add your own CSS files here. Meant for base templates #} {% block extra_css %}{% endblock extra_css %}{# Add your own CSS files here. Meant for app templates #} {% block head_links %}{% endblock head_links %}{# Add your own links here. Meant for base templates #} {% block extra_links %}{% endblock extra_links %}{# Add your own links here. Meant for app templates #} {{ theme.html_js }} {% block head_scripts %}{% endblock head_scripts %}{# Add your own scripts here. Meant for base templates #} {% block extra_scripts %}{% endblock extra_scripts %}{# Add your own scripts here. Meant for app templates #} {% block head_inline_scripts %}{% endblock head_inline_scripts %}{# Add your own inline scripts here. Meant for base templates #} {% block extra_inline_scripts %}{% endblock extra_inline_scripts %}{# Add your own inline scripts here. Meant for app templates #} {% block extra_head %}{% endblock extra_head %} {% endblock head %} {% if navbar_enabled %}
{% block header %} {% if header_enabled %%} {% endif %}{# header_enabled #} {% endblock header %}
{% block navbar %} {% endblock navbar %}
{% endif %}
{% if not sidebar_disabled %} {% endif %} {% if secondary_sidebar_enabled %}
{% block secondary_sidebar %}{% endblock %}
{% endif %}
{% block body_scripts %}{% endblock body_scripts %}{# Add your own scripts here. Meant for base templates #} {% block body_inline_scripts %}{% endblock body_inline_scripts %}{# Add your own inline scripts here. Meant for base templates #} {% block extra_body_scripts %}{% endblock extra_body_scripts %}{# Add your own scripts here. Meant for app templates #} {% block extra_body_inline_scripts %}{% endblock extra_body_inline_scripts %}{# Add your own inline scripts here. Meant for app templates #} {% block extra_body %}{% endblock extra_body %}