• {{ post.title }}

    {{ date_to_string(post.date) }} Tags: {% for tag in post.tags %} {% set tag = site.tags[tag_slug] %} {{tag.name}} {% endfor %}

    {{ post.description }}