diff --git a/src/templates/attract/layout.jade b/src/templates/attract/layout.jade index 18af0e8..2d8b8d9 100644 --- a/src/templates/attract/layout.jade +++ b/src/templates/attract/layout.jade @@ -66,9 +66,8 @@ html(lang="en") i.pi-question | {% endif %} - | {% from '_macros/_menu.html' import navigation_menu_notifications, navigation_menu_user %} - | {{ navigation_menu_notifications(current_user) }} - | {{ navigation_menu_user(current_user) }} + | {% include 'menus/notifications.html' %} + | {% include 'menus/user.html' %} | {% block body %} #col_left