{% if section_posts %}

{{ section_title }}

{% for post in section_posts %}
{% include 'partials/post-card.twig' with { post: post, card: section_cards[post.ID], show_category: true } %}
{% endfor %}
{{ all_label }}
{% endif %}