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