{% if title %}
{{ title }}
{% else %}
Blendoit
{% endif %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}