{% set template_data = {"javascript": ""} %} {% include "head.html" %}
main logo
{% include "menu.html" %} {% include "news.html" %} {% include "flashs.html" %} {% include "banner.html" %}
{% include "header.html" %}
{% block content %}{% endblock %}
{% include "footer.html" %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}