{% set summary_text = post.abstract | default(post.excerpt) %} {{ post.date_iso | format_date("%b %Y") }}
{% if post.tags %} {% for tag in post.tags %} {{ tag }} {% endfor %} {% endif %} {% if post.title %}{{ post.title }}{% else %}{{ post.slug }}{% endif %} {% if summary_text %}

{{ summary_text }}

{% endif %}