|
|
@ -9,7 +9,23 @@ block page |
|
|
|
div |
|
|
|
style |
|
|
|
:public style/views/index.css |
|
|
|
script |
|
|
|
:public js/page/index.js |
|
|
|
.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') |
|
|
|
//- if isLogin |
|
|
|
//- button(hx-target="#single-page" hx-get="/about?htmx" hx-push-url="/about" hx-trigger="click" hx-swap="innerHTML") Click Me! |
|
|
|
|
|
|
|