2025-03-24 22:58:00 +03:00

47 lines
1.9 KiB
Plaintext

- var sticky = true;
- var jquery_ui = true;
- var theme_customizer = true;
- var tooltip = true;
doctype html
html(lang='en')
include ../../components/header-files
body
include ../../components/loader
// page-wrapper Start
#pageWrapper.page-wrapper
include ../../components/header
// Page Body Start
.page-body-wrapper.horizontal-menu
include ../../components/sidebar
.page-body
.container-fluid
.page-header
.row
.col-sm-6
h3
| Sticky
ol.breadcrumb
li.breadcrumb-item
a(href='index.html')
| Home
li.breadcrumb-item Advance
li.breadcrumb-item.active Sticky
.col-sm-6
include ../../components/bookmark
// Container-fluid starts
.container-fluid
.row.sticky-header-main
.col-sm-12
.card
.card-header.pb-0
h5
| Sticky Note
a#add_new.btn.btn-primary.pull-right.m-l-10(href='javascript:;') Add New Note
.card-body
#board.sticky-note
// Container-fluid Ends
include ../../components/footer
include ../../components/footer-files