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.
24 lines
928 B
24 lines
928 B
doctype html
|
|
include @/helper/helper.pug
|
|
|
|
block var
|
|
html(lang="zh-cn" class=hideHeader?"":"has-navbar-fixed-top")
|
|
head
|
|
meta(charset="UTF-8")
|
|
meta(http-equiv="X-UA-Compatible", content="IE=edge")
|
|
link(rel="shortcut icon" href="/public/favicon.ico" type="image/x-icon")
|
|
meta(name="viewport", content="width=device-width, initial-scale=1.0")
|
|
title #{title || 'WEB'}
|
|
//- link(rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css")
|
|
+css("style/common/bulma.min.css")
|
|
+css("style/common/style.css")
|
|
block head
|
|
body
|
|
include @/helper/flush.pug
|
|
if !hideHeader
|
|
include @/ui/header.pug
|
|
block content
|
|
//- script(src="https://unpkg.com/htmx.org@1.8.4" integrity="sha384-wg5Y/JwF7VxGk4zLsJEcAojRtlVp1FKKdGy1qN+OMtdq72WRvX/EdRdqg/LOhYeV" crossorigin="anonymous")
|
|
+script("js/common/htmx.min.js")
|
|
+script("js/common/main.js")
|
|
block script
|
|
|