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