{% load static i18n templates generator %} {% block head %} {% block head_title %}{% if head_title %}{{ head_title }}{% elif brand_name %}{% elif site_name %}{{ site_name }}{% else %}Django{% endif %}{% endblock head_title %} {% if head_description %} {% endif %} {% block head_meata %}{% endblock %}{% block extra_head_meta %}{% endblock %} {{ theme.html_css }} {%if favicon %}{% endif %} {{ theme.html_js}} {% 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 %}
icon {% if brand_name %}{{ brand_name }}{% elif site_name %}{{ site_name }}{% else %}Django{% endif %}
{% block navbar %} {% endblock %}
{% if theme_settings.sidebar_enabled %} {% endif %}
{% if not theme_settings.content_wide and not theme_settings.sidebar_enabled%}
{% endif %} {% block breadcrumbs %} {% if breadcrumbs %} {% endif %} {% endblock %}
{% block content %} {% endblock content %}

{% block footer %} {% endblock footer %}
{% if not theme_settings.content_wide and not theme_settings.sidebar_enabled %}
{% endif %}
{{ theme.html_body_js }} {% 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 %}