{% if not hero_image_name %}
{% include 'partials/blog/title.html.twig' with {title_level: 'h2'} %} {% if page.header.subtitle %}

{{ page.header.subtitle }}

{% endif %} {% include 'partials/blog/date.html.twig' %} {% include 'partials/blog/taxonomy.html.twig' %}
{% endif %}
{{ page.content }}
{% if page.header.continue_link is sameas(true) and config.plugins.comments.enabled %} {% include 'partials/comments.html.twig' %} {% endif %}

{% if not page.isLast %} {{ 'BLOG.ITEM.PREV_POST'|t }} {% endif %} {% if not page.isFirst %} {{ 'BLOG.ITEM.NEXT_POST'|t }} {% endif %}