📖 Documentation
{% for section_key, section_data in navigation.structure.items() %}
{{ section_data.icon }} {{ section_data.title }}
    {% for page in section_data.pages %}
  • {{ page.title }}
  • {% endfor %}
{% endfor %}