{% sw_extends '@Storefront/storefront/base.html.twig' %}
{% block base_main_inner %}
{% block acris_faq_detail %}
{% if page.faq %}
<div class="acris-faq acris-faq-detail container" itemscope itemtype="https://schema.org/FAQPage">
{% sw_include '@AcrisFaqCS/storefront/component/faq/acris-faq.html.twig' with { 'faqs': page.faq, 'detailPage': true } %}
</div>
{% endif %}
{% endblock %}
{% endblock %}