{# ------------------------------------------------------------------------- Right-side section navigation Detects the active top-level section and renders its children, including one nested level for grandchildren. ------------------------------------------------------------------------- #} {% set active_section = none %} {% if nav %} {% for item in nav %} {% if item.active and item.children %} {% set active_section = item %} {% endif %} {% endfor %} {% endif %} {% if active_section %} {% endif %}