{% load spirit_tags i18n %} {% load static from staticfiles %} {% block title %}{% endblock %} - {{ config.site_name }} {% if user.is_authenticated %} {% endif %} {% if user.st.is_moderator %} {% endif %} {% block head-extra %}{% endblock %} {% include 'spirit/_header.html' %} {% render_messages messages %} {% block content %}{% endblock %} {% include 'spirit/_footer.html' %}