{% load i18n %} {% load theme %}
{{ site.name }}: {% block title %}main{% endblock %}
{% theme_css %}
{% theme_js "login-shortcuts" %} {% block extrahead %}{% endblock %}
{% include "head.html" %}
{% block sidebar %}{% endblock %}
{% site_messages %} {% block content %}{% endblock %}
{% include "footer.html" %}
{% if debug %}{% include "debug.html" %}{% endif %}