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

{{ page.header.subtitle }}

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