Switch from macros to blocks for navigation menus
For more information see commit a7693aa78dcf0a0a77e113f34afa63fb4f615441 in pillar.git
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user