{# sitemapSections \Notimeo\SitemapBundle\Custom\SitemapSection[] #} {% extends ':default:subpage.html.twig' %} {% set title = 'page.site_map.title'|trans %} {% block subpage_content %}
{% for sitemapSection in sitemapSections %}

{{ sitemapSection.name }}

{% include 'SitemapBundle::sitemap-list.html.twig' with { items: sitemapSection.items, level: 0 } %} {% endfor %}
{% endblock %}