{% load static %} {% block head_extra %} {# Use this if you need to more to the of every page. #} {% endblock %} {% block navbar %} {% endblock navbar %}
{% if not enabled_apps %}

Add ditto.core.context_processors.ditto to context_processors in your settings.

{% endif %} {% block content %} {% endblock content %}
{% block footer %} {# Use this if you need to add a visible footer to every page. #} {% endblock %} {% block foot_extra %} {# Use this if you need to add JS etc to the foot of the page. #} {% endblock %}