{% include "head_meta.html" %} {% include "dynamic_css.html" %} {% block head_meta %}{% endblock %} {{ dynamic_head | safe }} {% block title %}{{app_name}}{% endblock %} {% block body_meta %} {% include "body_meta.html" %} {% endblock %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}
{% block header %}{% endblock %}
{% if self.left_panel() %}
{% endif %}
{% block content %}{% endblock %}