{% if not truncate %} {% endif %}
{% if page.header.link %}

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

{% else %}

{{ page.title }}

{% endif %} {% if truncate %}
{{ page.date|date(config.system.pages.dateformat.long) }}
{% if page.header.author.name or site.author.name %} {% if page.header.author.name %} {% if page.header.author.url %} {{ page.header.author.name }} {% else %} {{ page.header.author.name }} {% endif %} {% else %} {% if site.author.url %} {{ site.author.name }} {% else %} {{ site.author.name }} {% endif %} {% endif %} {% endif %}
{% if page.taxonomy.tag %}
{% for tag in page.taxonomy.tag %} {% endfor %}
{% endif %}
{% else %}

{{ page.date|date(config.system.pages.dateformat.long) }} {% if page.header.author.name or site.author.name %} {% if page.header.author.name %} {% if page.header.author.url %} {{ page.header.author.name }} {% else %} {{ page.header.author.name }} {% endif %} {% else %} {% if site.author.url %} {{ site.author.name }} {% else %} {{ site.author.name }} {% endif %} {% endif %} {% endif %} {% if page.taxonomy.tag %} {% for tag in page.taxonomy.tag %} {% endfor %} {% endif %}

{% endif %}
{% if page.header.youtube %} {% endif %} {% if page.header.vimeo %} {% endif %} {% if page.header.soundcloud %} {% endif %} {% if page.media.images|first %} {{ page.media.images|first.cropZoom(750,422).html('','', 'thumb')|raw }} {% endif %}
{% if page.header.continue_link is same as(false) %} {{ page.content|raw }} {% if not truncate %} {% set show_prev_next = true %} {% endif %} {% elseif truncate and page.summary != page.content %} {{ page.summary|raw }} {% elseif truncate %} {{ page.content|truncate(550) }} {% else %} {{ page.content|raw }} {% set show_prev_next = true %} {% endif %} {% if not truncate %}
{% if page.header.author %} {% if page.header.author.logo or page.header.author.gravatar %}
{% if page.header.author.gravatar %} Gravatar {% elseif page.header.author.logo %} {% endif %}
{% endif %}

{% if page.header.author.url %} {% else %} {{ page.header.author.name }} {% endif %}

{{ page.header.author.description }}

{% else %} {% if site.author.logo or site.author.gravatar %}
{% if site.author.gravatar %} Gravatar {% elseif site.author.logo %} {% endif %}
{% endif %}

{% if site.author.url %} {% else %} {{ site.author.name }} {% endif %}

{{ site.author.description }}

{% endif %}
{% endif %} {% if not truncate %} {% endif %} {% if not truncate %} {% if config.plugins.jscomments.enabled and config.plugins.jscomments.provider %}

Comments:

{{ jscomments(config.plugins.jscomments.provider) }}
{% endif %} {% if config.plugins.comments.enabled %}

{{ grav.twig.comments|length }} Comments:

{% include 'partials/comments.html.twig' with {'page': page} %}
{% endif %} {% endif %}
{% if show_prev_next %}
{% if not page.isFirst %} Newer Post {% endif %} {% if not page.isLast %} Older Post {% endif %} Home
{% endif %}