doctype html html include includes/head.pug body solid-router(default-route='splash' route-prefix=lang) solid-route(name='splash') solid-route(name='account-creation') solid-route(name='mentor-dashboard') solid-route(name='entrepreneur-dashboard') solid-route(name='public-dashboard') include includes/components/widgets.pug #mentor-dashboard(hidden).no-sidebar include includes/mentor/dashboard.pug #entrepreneur-dashboard(hidden).no-sidebar include includes/entrepreneur/dashboard.pug #public-dashboard(hidden).no-sidebar include includes/public/dashboard.pug #splash(hidden).no-sidebar.container.flex include includes/splash.pug #account-creation(hidden).no-sidebar.container include includes/account-creation.pug #main-loader(hidden) Loading… sib-auth sib-auth-provider( class="sib-auth-provider" data-authority=`${sdn}` data-id="coopstarter" ) script(type='module' src='/scripts/dispatch-space-n-user.js') kb-reactivity(bind-user nested-field="account" target-src=`${endpoints.accounts || endpoints.get.accounts}`) kb-reactivity(bind-user nested-field="mentor_profile" target-src=`${endpoints.mentors || endpoints.get.mentors}`) kb-reactivity(bind-user nested-field="entrepreneur_profile" target-src=`${endpoints.entrepreneurs || endpoints.get.entrepreneurs}`) kb-reactivity(bind-user target-src=`${endpoints.mentors || endpoints.get.mentors}`) kb-reactivity(bind-user target-src=`${endpoints.accounts || endpoints.get.accounts}`) kb-reactivity(bind-user nested-field="mentor_profile" target-src=`${endpoints.fields || endpoints.get.fields}`) kb-reactivity(bind-user nested-field="mentor_profile" target-src=`${endpoints.languages || endpoints.get.languages}`) kb-reactivity(bind-user target-src=`${endpoints.entrepreneurs || endpoints.get.entrepreneurs}`) kb-reactivity(bind-user nested-field="resources" target-src=`${endpoints.resources || endpoints.get.resources}`) kb-reactivity(data-src=`${endpoints.resources || endpoints.get.resources}pending/` target-src=`${endpoints.step1 || endpoints.get.step1}`) kb-reactivity(data-src=`${endpoints.resources || endpoints.get.resources}pending/` target-src=`${endpoints.step2 || endpoints.get.step2}`) kb-reactivity(data-src=`${endpoints.resources || endpoints.get.resources}pending/` target-src=`${endpoints.step3 || endpoints.get.step3}`) kb-reactivity(data-src=`${endpoints.resources || endpoints.get.resources}pending/` target-src=`${endpoints.step4 || endpoints.get.step4}`) kb-reactivity(data-src=`${endpoints.resources || endpoints.get.resources}pending/` target-src=`${endpoints.step5 || endpoints.get.step5}`) kb-reactivity(data-src=`${endpoints.resources || endpoints.get.resources}pending/` target-src=`${endpoints.step6 || endpoints.get.step6}`) kb-reactivity(data-src=`${endpoints.resources || endpoints.get.resources}pending/` target-src=`${endpoints.step6 || endpoints.get.step6}`)