{% 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) }}
{{ page.content|readingtime }}
{% 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 %}

{% if config.get('plugins.page-toc.active') or attribute(page.header, 'page-toc').active %}
{% set table_of_contents = toc(page.content) %} {% if table_of_contents is not empty %}

Table of Contents

{{ table_of_contents|raw }} {% endif %}
{% 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 %} {% include 'partials/author-bio.html.twig' ignore missing %} {% 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 %}