<div class="resource-section__container">
</div>
<div class="resource-section__container">
{% if component.title or title %}<h2 class="resource-section__header">{{ component.title }}</h2> {% endif %}
{% if post.resourceContent %}<div class="resource-section__body-text">{{ post.resourceContent }}</div> {% endif %}
{% for card in component.cards %}
{% include 'partials/resource-card/resource-card.twig' with {
card: card
} %}
{% endfor %}
</div>
/* No context defined. */
.resource-section
&__header
@extends $headline2
color jet
No notes defined.