{% extends "html/_base_web.html" %} {% load i18n %} {% comment %} {% load url from future %} {% endcomment %} {% load jsontags %} {% load mustacetags %} {% block html_head %} {{block.super}}
|
{% block header_title %} {% endblock %} | {% for app_section in additional_header_sections %}{{app_section|safe}} | {% endfor %}
{% if has_search %}
|
|
{% endif %}
|