nav#navbar sib-router#navbar-router(default-route='members') sib-route(name='members') div.menu-notification div 1 div.menu-label Members div.menu-icon.icon-people sib-route(hidden, name='member', id-prefix=`${sdn}/members/`) sib-route(name='job-offers') div.menu-notification div 2 div.menu-label Job offers div.menu-icon.icon-briefcase sib-route(hidden, name='job-offer-create') div div.menu-notification div.menu-label Projects div.menu-icon.icon-folder-alt sib-display( data-src=`${sdn}/projects/`, data-fields='name', next='project' ) sib-route(hidden, name='project', id-prefix=`${sdn}/projects/`) div div.menu-notification div.menu-label Groups div.menu-icon.icon-bubbles sib-display( data-src=`${sdn}/channels/`, data-fields='name', next='group' ) sib-route(hidden, name='group', id-prefix=`${sdn}/channels/`)