src/Frontend/Themes/Web/Core/Layout/Templates/Section/Intro.html.twig line 1

Open in your IDE?
  1. {% import 'Core/Layout/Templates/Macro/Replace.html.twig' as txt %}
  2. <div class="center mt-16" id="produktove-rady">
  3.     {% for intro in positions.intro %}{% if intro.html %}{{ txt.replace(intro.html) }}{% endif %}{% endfor %}
  4. </div>