{% load static i18n debug cache %} {% block title %}{% endblock %} {% block style_template %}{% endblock %} {% block style_develop %}{% endblock %} {% include "./includes/header.html" %}
{% include "./includes/menu.html" %}
{% include "./includes/nav-bo.html" %} {% include "./includes/user.html" %}
{% if messages %} {% include "./includes/messages.html" %} {% endif %} {% block content %}{% endblock %}
{% include "./includes/footer.html" %}
{% cache None test %}
{% endcache %} {% block script_template %}{% endblock %} {% block script_develop %}{% endblock %}