templates/Context/TechKnowledge/index.html.twig line 1

Open in your IDE?
  1. {% extends '@SyliusShop/layout.html.twig' %}
  2. {% block content %}
  3.     {% include 'Context/TechKnowledge/_banner.html.twig' %}
  4.     {{ bitbag_cms_render_block('tech_knowledge', 'Context/TechKnowledge/content.html.twig') }}
  5.     {% include '@SyliusShop/Common/Sections/digitalEcosystem.html.twig' %}
  6. {% endblock %}