{# Section Title #}

{{ this.theme.misc_blog_title }}

{# POSTS #} {% for post in posts %} {% set featured_image = post.featured_images.first %}
{{ featured_image.description ? featured_image.description : post.title }}
{{ post.published_at|date('d') }}

{{ post.published_at|date('M') }}

{{ post.title }}

{{ post.summary|nl2br }}

{% if post.categories.count %} {% endif %}
{% endfor %}