{{ post.title }}
{% include 'partials/meta.html.twig' %}
{{ post.content|raw }}
{% if post.tags|length > 0 %}
{% for tag in post.tags %}
{{ tag.name }}
{% endfor %}
{% endif %}
{% include 'partials/post-navigation.html.twig' %}
{% include 'partials/comments.html.twig' %}