{% extends "base_template.html" %} {% block title %}{{ _('Menus') }}{% endblock %} {% block content %}

{{ _('Menus') }}

{{ _('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 %}
{{ message }}
{% endfor %} {% endwith %}

{{ _('Main navigation') }}

{{ _('Footer links') }}

{{ _('A row of plain links shown in the site footer, before the social links. A row is saved only with both a label and an address.') }}

{% endblock %}