{% if title %} Blog post - {{ title }} {% else %} Blog posts {% endif %}
{% block navbar %} {% endblock %}
{% for head in pagetitle %} {% if title == head.title %}

{{ head.title }}

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