{% load static %} {% include 'common/header.html' %} {% block head %} {% endblock %}
{{ request.session.frontend_name }}
{% block body %} {% endblock %} {% include 'common/footer.html' %} {% block script %} {% endblock %}