{% if title %} Blog post - {{ title }} {% else %} Blog posts {% endif %} {% block navbar %} {% endblock %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for caterogy, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% for head in pagetitle %} {% if title == head.title %}

{{ head.title }}

{% endif %} {% endfor %}
{% block content %} {% endblock %}