{% embed 'partials/base.html.twig' %} {% block body %} {% endblock %} {% block content %}
{% if page.header.image %}
{{ 'ARTICLE.IMAGE'|t }}
{% include 'partials/postmeta.html.twig' %}
{% else %}
{% include 'partials/postmeta.html.twig' %}



{% endif %}
{{ content|raw }}
{% if page.template == 'post' %}
{{ 'ARTICLE.AUTHOR_LOGO'|t }}

{{ site.author.name }}

{{site.author.bio}}


{{ 'ARTICLE.PUBLISHED'|t }}

{# {{/post}} #}
{% endif %}
{% include 'partials/comments.html.twig' with {'page': page} %}
Image

{{ site.title }}

{{ site.description }}

{{ 'LINKS.BACK_OVERVIEW'|t }}
{% endblock %} {% block footer %}{% endblock %} {% endembed %}