{% block element_acris_faq %} <div class="acris-faq" itemscope itemtype="https://schema.org/FAQPage"> {% for item in element.data.faq.elements %} {% for faqs in item.faqs %} {% sw_include '@Storefront/storefront/component/faq/acris-faq.html.twig' with { 'faqs': faqs } %} {% endfor %} {% endfor %} </div>{% endblock %}