{% set post = __SELF__.post %}

{{ post.title }}

{% if post.tags %} {% endif %} {% if post.image %}
{{ post.title }}
{% endif %} {% if post.introductory %}
{{ post.introductory|raw }}
{% endif %} {% if post.content %}
{{ post.content|raw }}
{% endif %}
{% if post.prev().title %}Prev: {% endif %}
{% if post.next().title %}Next: {% endif %}