{% spaceless %} {% load dojango_base %} {% load dojango_filters %} {% if not DOJANGO %} {# if the context processor did not pass the DOJANGO context, we set it here #} {% set_dojango_context %} {% endif %} {% if not LANGUAGE_CODE %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% endif %} {% block _dojango_doctype %} {% endblock %} {% endspaceless %}{% block _dojango_html_start_tag %} {% endblock %} {% spaceless %}
{% block _dojango_meta_content_type %}{% endblock %}{# This must be before any non-english text, i.e. title. http://www.dojotoolkit.org/book/dojo-book-0-9/part-3-programmatic-dijit-and-dojo/i18n/globalization-guidelines/encoding-guideli#textfiles #} {% block _dojango_meta_content_lang %}{% endblock %}