3 lines
69 B
Twig
3 lines
69 B
Twig
{% for section in sections %}
|
|
{{ section.example|raw }}
|
|
{% endfor %}
|
{% for section in sections %}
|
|
{{ section.example|raw }}
|
|
{% endfor %}
|