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