{% block header %}{{ g.blog.TITLE }}{% endblock %}

{% block navigation %} {% endblock %} {% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %}
{% block content %}{% endblock %}