{% if title%} {{title}} {% else %} Ziggeo Application {% endif %} {% block header %}{% endblock %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% endif %} {% endwith %} {# Content block #}
{% block content %}{% endblock %}
{# Footer block #}