{% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% block title %}[[ title ]]{% endblock %} {% if breadcrumb %} {% include "breadcrumb.html" %} {% endif %}
{% if header %}

{{ header }}

{% endif %} {% block content %} {% endblock %}