You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
804 B
29 lines
804 B
include @/helper/helper.pug
|
|
+flush()
|
|
|
|
title 首页
|
|
block var
|
|
-title="首页" // 网页标题
|
|
|
|
block page
|
|
div
|
|
style
|
|
:public style/views/index.css
|
|
.content!= md
|
|
button.js-modal-trigger(data-target='modal-js-example').
|
|
Open JS example modal
|
|
#modal-js-example.modal
|
|
.modal-background
|
|
.modal-card
|
|
header.modal-card-head
|
|
p.modal-card-title Modal title
|
|
button.delete(aria-label='close')
|
|
section.modal-card-body
|
|
p 是大大撒大撒
|
|
footer.modal-card-foot
|
|
button.button.is-success Save changes
|
|
button.button Cancel
|
|
button.modal-close.is-large(aria-label='close')
|
|
script
|
|
:public js/page/index.js
|
|
include @/ui/tree.pug
|