view templates/default/components/menu_labels.html @ 35:347d32030451 default tip

presentation (docker): add info on how to connect
author Goffi <goffi@goffi.org>
date Tue, 12 Dec 2023 17:01:20 +0100
parents 0fe78d74a792
children
line wrap: on
line source

{# menu labels, map from menu names to labels #}
{% set label = {
    'login': _('Session') if profile else _('Log in'),
    'presentation': _('Overview'),
    'features': _('Features'),
    'documentation': _('Documentation'),
    'news': _('News'),
    'association': _('Association'),
    'press': _('Press/Talks'),
    'roadmap': _('Roadmap'),
    'social_contract': _('Social Contract'),
} %}