{% load dojango_base %}
{% load dojango_filters %}
{# where should we set the context? #}
{% if not DOJANGO %}
{# if the context processor did not pass the DOJANGO context, we set it here #}
{% set_dojango_context %}
{% endif %}
{% block _dojango_post_dj_config %}{# don't use this block, it is used by include_i18n.html #}{% endblock %}
{% block dojango_post_dj_config %}{# if you want to manipulate djConfig stuff #}{% endblock %}
{# for a local builded version dojango should already be included #}
{% if not DOJANGO.IS_LOCAL_BUILD %}
{% endif %}