-
- {% endblock toc %}
+ {% endblock toc %}
-
- {% if section.subsections %}
- {% for s in section.subsections %}
- {% set p = get_section(path=s) %}
-
+
- {{ p.title }}
-
- {% endfor %}
- {% endif %}
-
- {% if section.pages %}
- {% for p in section.pages %}
-
- {{ p.title }}
-
- {% endfor %}
- {% endif %}
- {% if parent %}
-
- ← Retour
-
- {% endif %}
-
+ {% if page %}
+ {{ nav::navmenu(current=page) }}
+ {% else %}
+ {{ nav::navmenu(current=section) }}
+ {% endif %}
+
{% block content %}
-
@@ -75,10 +51,10 @@
{% block footer %}
{% endblock footer %}
{{ section.title }}
+ {{ section.title }}
{{ section.content | safe }}
{% endblock content %}