2021-01-25 14:20:16 +00:00
|
|
|
script(type="module" src="https://cdn.skypack.dev/@startinblox/core@0.14" defer)
|
2020-05-08 13:27:44 +00:00
|
|
|
//- script(type="module" src="/lib/sib-core/dist/index.js" defer)
|
|
|
|
|
2021-01-18 10:51:33 +00:00
|
|
|
script(type="module" src="https://cdn.skypack.dev/@startinblox/oidc@0.13.2" defer)
|
2020-09-14 13:41:10 +00:00
|
|
|
//- script(type="module" src="/lib/sib-auth/index.js" defer)
|
2020-05-08 13:27:44 +00:00
|
|
|
|
2020-11-13 12:34:17 +00:00
|
|
|
script(type="module" src="https://cdn.skypack.dev/@startinblox/router@0.11" defer)
|
2020-09-14 13:41:10 +00:00
|
|
|
//- script(type="module" src="/lib/sib-router/src/index.js" defer)
|
2020-05-08 13:27:44 +00:00
|
|
|
|
2020-12-04 10:52:03 +00:00
|
|
|
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-notifications@0.9" defer)
|
2020-09-14 13:41:10 +00:00
|
|
|
//- script(type="module" src="/lib/sib-notifications/index.js" defer)
|
2020-05-08 13:27:44 +00:00
|
|
|
|
2021-01-04 09:36:41 +00:00
|
|
|
if themeChecker
|
|
|
|
script(src="https://cdn.jsdelivr.net/npm/@simonwep/pickr/dist/pickr.min.js")
|
|
|
|
link(rel='stylesheet', href='https://cdn.jsdelivr.net/npm/@simonwep/pickr/dist/themes/nano.min.css')
|
|
|
|
|
2020-11-26 22:21:55 +00:00
|
|
|
if endpoints.get
|
2020-12-14 19:07:43 +00:00
|
|
|
if endpoints.get.events && endpoints.get.typeevents
|
2021-01-13 15:59:20 +00:00
|
|
|
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-event@1.4" defer)
|
|
|
|
//- script(type="module" src="/lib/sib-event-component/sib-event.js" defer)
|
2020-11-26 22:21:55 +00:00
|
|
|
|
2020-12-14 19:07:43 +00:00
|
|
|
if endpoints.get.resources && endpoints.get.resourceskeywords && endpoints.get.resourcestypes
|
2021-01-13 15:59:20 +00:00
|
|
|
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-resource@1.2" defer)
|
|
|
|
//- script(type="module" src="/lib/sib-resource/sib-resource.js" defer)
|
2020-11-26 22:21:55 +00:00
|
|
|
|
|
|
|
if endpoints.get.joboffers
|
2021-01-25 12:46:34 +00:00
|
|
|
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-job-board@2.0" defer)
|
2021-01-22 13:29:45 +00:00
|
|
|
//- script(type="module" src="/lib/solid-job-board/dist/index.js" defer)
|
2020-11-26 22:21:55 +00:00
|
|
|
|
|
|
|
if endpoints.get.uploads && endpoints.get.skills && endpoints.get.users
|
2021-01-25 12:46:34 +00:00
|
|
|
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-directory@2.0" defer)
|
2021-01-23 17:58:49 +00:00
|
|
|
//- script(type="module" src="/lib/solid-directory/dist/index.js" defer)
|
2020-11-26 22:21:55 +00:00
|
|
|
|
|
|
|
if endpoints.get.dashboards
|
2021-01-25 12:46:34 +00:00
|
|
|
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-dashboard@1.0" defer)
|
2021-01-22 13:29:45 +00:00
|
|
|
//- script(type="module" src="/lib/solid-dashboard/dist/index.js" defer)
|
2020-11-26 22:21:55 +00:00
|
|
|
|
|
|
|
if endpoints.get.users
|
2021-01-25 13:30:00 +00:00
|
|
|
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-chat@3.0" defer)
|
2021-01-13 15:59:20 +00:00
|
|
|
//- script(type="module" src="/lib/solid-xmpp-chat/dist/index.js" defer)
|
2020-11-26 22:21:55 +00:00
|
|
|
|
2020-12-14 19:07:43 +00:00
|
|
|
if endpoints.get.polls
|
2021-01-13 15:59:20 +00:00
|
|
|
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-poll@1.2" defer)
|
|
|
|
//- script(type="module" src="/lib/sib-polls-component/index.js" defer)
|
2020-12-14 22:14:28 +00:00
|
|
|
|
|
|
|
if endpoints.get.polls || endpoints.get.events || endpoints.get.resources
|
2021-01-13 15:59:20 +00:00
|
|
|
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-conversation@0.8" defer)
|