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.
21 lines
686 B
21 lines
686 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/style.css")
|
|
block head
|
|
body
|
|
include @/helper/flush.pug
|
|
if !hideHeader
|
|
include @/ui/header.pug
|
|
block content
|
|
+script("js/common/main.js")
|
|
block script
|
|
|