Switch from macros to blocks for navigation menus

For more information see commit a7693aa78dcf0a0a77e113f34afa63fb4f615441 in pillar.git
This commit is contained in:
2017-12-13 11:12:17 +01:00
parent f7665a4060
commit 0b3ea29d48

View File

@@ -66,9 +66,8 @@ html(lang="en")
i.pi-question i.pi-question
| {% endif %} | {% endif %}
| {% from '_macros/_menu.html' import navigation_menu_notifications, navigation_menu_user %} | {% include 'menus/notifications.html' %}
| {{ navigation_menu_notifications(current_user) }} | {% include 'menus/user.html' %}
| {{ navigation_menu_user(current_user) }}
| {% block body %} | {% block body %}
#col_left #col_left