{% extends "base_template.html" %} {% block title %}Menus{% endblock %} {% block content %}

Menus

The main navigation is composed from the installed features — each content feature contributes its page. Reorder, rename or hide them, and add custom external links. Changes apply immediately.

{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endwith %}
{% endblock %}