{# brutalist related-posts override — grid from the `posts` provider, thick top rule. Fields: heading, columns, posts[]. #} {% if posts %}

{{ heading|default:"Related posts" }}

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