{{ post.title }}

{% if post.description %} {{ post.description }}
{% endif %}
Tags: {% for tag in post.tags %} {{ tag }} {% endfor %}