<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. */
  • Handle: @resource-block-component
  • Preview:
  • Filesystem Path: patterns/components/resource-block-component/resource-block-component.twig

No notes defined.