{% extends 'base.html.twig' %} {% block body_classes 'page--blog page--blog__post' %} {% block content_wrapper %}
{% include 'post-header' %} {% block content %}{% endblock %} {% if page.related -%}

Related Posts

{%- endif %} {% if page.tags %}

Tags: {% for tag in page.tags %} {{ tag }}{% if not loop.last %}, {% endif %} {% endfor %}

{% endif %} {% include 'about-author' %} {% if page.next_post or page.previous_post %} {% endif %}
{% endblock %}