{% load static %} {% block head %} {% block head_title %}{% if head_title %}{{ head_title }}{% elif SITE_NAME %}{{ SITE_NAME }}{% else %}Django{% endif %}{% endblock head_title %} {% if head_description %}{% endif %} {% block head_meta %}{% endblock head_meta %} {{ theme.html_css }} {%if favicon %}{% endif %} {% 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 %}