Files
term_portal/express/views/utilities/dictionary-description-header.pug
2022-12-07 04:43:36 +01:00

9 lines
328 B
Plaintext

mixin header(headerContent)
.header-section-root
.header-container-divider-left.pe-5
h1= headerContent.h1
span.page-title-header= headerContent.title
span.d-block.pe-5.pt-2.page-description= headerContent.description
.header-container-divider-right
button.btn.btn-primary= headerContent.btnTxt