{{ page.media.images|first.cropZoom(1038,437).html(page.title, page.title, 'attachment-post-thumbnail wp-post-image')|raw }}
{% if page.header.link %}

{% if page.header.continue_link is not sameas(false) %} {% endif %} {{ page.title }}

{% else %}

{{ page.title }}

{% endif %}
{% if page.header.continue_link is sameas(false) %} {{ page.content|raw }} {% if not truncate %} {% set show_prev_next = true %} {% endif %} {% elseif truncate and page.summary != page.content %} {{ page.summary|raw }} {{ 'READ_MORE'|t }} {% elseif truncate %} {{ page.content|truncate(550)|raw }} {{ 'READ_MORE'|t }} {% else %} {{ page.content|raw }} {% set show_prev_next = true %} {% endif %}
{% set author = authors[page.header.aura.author] %} {% if author %} {% set social = [ 'linkedin', 'youtube', 'facebook', 'instagram', 'pinterest', 'website', ] %} {% if not truncate %}

{{ 'PUBLISHED_BY'|t }}

{% if author.image %} {{ media['user://images/' ~ author.image|first.name].cropZoom(56,56).html('', author.name, 'avatar avatar-56')|raw }} {{ page.media.images[page.header.avatar].cropZoom(56,56).html(page.header.avatar,page.header.avatar, 'avatar avatar-56')|raw }} {% endif %} {% if author.name or author.description %}
{% if author.name %}

{{ author.name }}

{% endif %} {% if author.description %}

{{ author.description }}

{% endif %}
{% endif %}
{% endif %} {% endif %}
{% if not truncate %} {% if config.plugins.comments.enabled %}
{% include 'partials/comments.html.twig' %}
{% endif %} {% if config.plugins.jscomments.enabled %}
{{ jscomments()|raw }}
{% endif %} {% endif %} {% if show_prev_next %} {% if page.nextSibling.media.images %} {% endif %} {% if page.prevSibling.media.images %} {% endif %} {% endif %}