{{ post.title }}

{{ post.date }} {% if post.tags %} in {% for t in post.tags %} {{ t }}{% if not loop.last %}, {% endif %} {% endfor %} {% endif %} {% if post.category %} | {{ post.category }} {% endif %}
{{ post.content|raw }}