{% if post.title %} {{ post.title }} {% endif %} {{ post.date }} {% if post.tags %} • {% for tag in post.tags %} #{{ tag }} {% endfor %} {% endif %} {% if post.abstract %} {{ post.abstract }} {% endif %} {% if post.image %} {% endif %} {{ post.body | safe }} {% if post.images or post.videos %} {% include "partials/media-carousel.html" %} {% endif %}