mirror of
https://github.com/ConjureETS/Interface-Admin.git
synced 2026-03-24 04:21:06 +00:00
30 lines
584 B
Plaintext
30 lines
584 B
Plaintext
//- blank.pug
|
|
include pug_inc/mixins/mixins
|
|
include pug_inc/mixins/cards
|
|
include pug_inc/mixins/buttons
|
|
include ../mixins
|
|
|
|
doctype html
|
|
|
|
html
|
|
head
|
|
include pug_inc/meta
|
|
include pug_inc/link
|
|
|
|
include pug_inc/ga_tracking
|
|
|
|
body#page-top
|
|
#wrapper
|
|
block sidebar
|
|
include pug_inc/sidebar
|
|
|
|
#content-wrapper(class="d-flex flex-column")
|
|
include pug_inc/content
|
|
include pug_inc/footer
|
|
|
|
+scroll_to_top_btn
|
|
|
|
include pug_inc/logout_modal
|
|
|
|
include pug_inc/scripts
|