doctype html
html(lang="zh-cn")
mixin css(href)
link(rel="stylesheet" href="/public/"+href)
mixin script(src)
script(src="/public/"+src)
block var
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")
//- device-width 宽度低于1100像素的设备直接缩小
meta(name="viewport", content="width=1100, initial-scale=1.0")
title #{title || 'WEB'}
//- link(rel="stylesheet", href="/public/css/common/style.css")
+css("css/common/style.css")
block head
body
block content
block script