{# sections \App\SectionsBundle\Twig\SectionsExtension #} {# ads \App\AdsTextBundle\Entity\AdText[] #}
{% for ad in ads %}
{{- ad.title -}}
{{- ad.text -}}
{% endfor %}