{{ post.date_iso | format_date("%b %d") }}
{% if post.tags %} {% for tag in post.tags %} {{ tag }} {% endfor %} {% endif %}
{{ post.body | safe }}
{% include "partials/media-carousel.html" %} permalink