{% if post.tags %}
{% endif %}
{% if post.title %}
{{ post.title }}
{% endif %} {% if post.abstract %}{{ post.abstract }}
{% endif %} {% if post.image %}
{{ post.body | safe }}
{% include "partials/media-carousel.html" %}