{{ sections.blog.title }}

{% if sections.blog.subtitle %}

{{ sections.blog.subtitle }}

{% endif %}
{% for post in sections.blog.posts %}
{% if post.image %} {{ post.image.alt }} {% endif %}
{% if post.category %} {{ post.category }} {% endif %}

{{ post.title }}

{{ post.excerpt }}

{% if post.author %} By {{ post.author }} {% endif %} {% if post.date %} {{ post.date }} {% endif %}
{% if post.readMore %} {{ post.readMore.label }} → {% endif %}
{% endfor %}