Files
term_portal/express/views/pages/help.pug
T
2022-12-07 04:43:36 +01:00

20 lines
559 B
Plaintext

extends /layout
block pageSpecificScipts
script(nonce=cspNonce src="/javascripts/help.js")
block body
section#fixed-top-section
include /common/main-navigation
+main-navigation(false)
include /utilities/help-side-nav
.content-hold-prerequisites.ps-xl-0.ps-3.pe-xl-5.pe-3.mt-4
#offset-main.main-container.mt-xl-5.mt-3
.help-page-elements
.scrollspy-example(
data-bs-spy="scroll"
data-bs-target="#list-example"
tabindex="0"
)
include /utilities/help-text
include /common/footer