{% set summary_text = post.abstract | default(post.excerpt) %}
{{ post.date_iso | format_date("%b %d") }}

{% if post.title %}{{ post.title }}{% else %}{{ post.slug }}{% endif %}

{% if summary_text %}

{{ summary_text }}

{% endif %} {% include "partials/media-carousel.html" %}
Permalink {% if post.tags %} {% endif %}