{% extends "base_template.html" %} {% block title %}{{ _('Menus') }}{% endblock %} {% block content %}
{{ _('The main navigation is composed from the installed features, and 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 %}