diff --git a/templates/base.html b/templates/base.html index 7b87abb..d82baa5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -72,9 +72,16 @@ {% if pages or LINKS %} + {% if not MAIN_MENU %} + {% for title, link in MENUITEMS %} + {{ title }} + {% endfor %} + {% endif %} + {% if DISPLAY_PAGES_ON_MENU %} {% for page in pages|sort(attribute='title') %} {{ page.title }} {% endfor %} + {% endif %} {% for name, link in LINKS %} {{ name }} {% endfor %}