{{ post.date_iso | format_date("%a, %d %B %Y %H:%M") }} {% if post.tags %} • {% for tag in post.tags %} #{{ tag }} {% endfor %} {% endif %} {{ post.body | safe }} {% if post.images or post.videos %} {% include "partials/media-carousel.html" %} {% endif %}