{{ post.data.title }}
{% if post.data.description %}{{ post.data.description }}
{% endif %} {% if post.data.tags %}
{% for tag in post.data.tags %}
{{ tag }}
{% endfor %}
{% endif %}