{% comment %} layerindex-web - base template for output pages Copyright (C) 2013, 2018 Intel Corporation Licensed under the MIT license, see COPYING.MIT for details {% endcomment %} {% load i18n %} {% load static %} {{ site_name }}{% block title_append %} - {% endblock %} {% block head_extra %} {% endblock %} {% block header %} {% autoescape on %} {% endautoescape %} {% endblock %} {% block contenttag %}
{% endblock %} {% if notices %} {% for notice in notices %}
{{ notice.text_sanitised|safe|urlize }}
{% endfor %} {% endif %} {% if messages %} {% for message in messages %} {{ message }}
{% endfor %} {% endif %} {% block content %}{% endblock %} {% block scripts %} {% endblock %}