{# blog-hero (gotham) — blog-index header + featured posts from the `posts` provider. #}
{% if title %}

{{ title }}

{% endif %} {% if subtitle %}

{{ subtitle }}

{% endif %}
{% if posts %}
{% for post in posts %} {% endfor %}
{% endif %}