{% for block in enap_dynav.nav_items %}
{% if block.block_type == 'nav_item' %}
{% with label=block.value.custom_label|default:block.value.page.title %}
{# L2/L3/L4 — painel do mega menu para cada item #}
{% for block in enap_dynav.nav_items %}
{% if block.block_type == 'nav_item' %}
{% with section=block.value.page label=block.value.custom_label|default:block.value.page.title %}
{{ label }}
{% include "enap_designsystem/blocks/dynamic_nav/render_mega_section.html" with parent=section %}