{% block headstuff %}{% endblock %}
{% with messages = get_flashed_messages() %} {% if messages %}
{% for msg in messages %}
{{msg}}
{% endfor %}
{% endif %} {% endwith %} {% block content %}
{{title}}
Lorem ipsum ...
{% endblock %}