doctype
html.no-js(lang="")
    head
        meta(charset="utf-8")
        meta(http-equiv="x-ua-compatible", content="IE=edge,chrome=1")
        block title
            title 首页
        meta(name="viewport", content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no")
        meta(name="description", content="论坛")
        meta(name="keywords", content="论坛")

        meta(name="format-detection", content="telephone=no")
        meta(name="apple-mobile-web-app-capable", content="yes")
        //Set render engine for 360 browser
        meta(name="renderer", content="webkit")
        meta(http-equiv="Cache-Control", content="no-siteapp")

        <!-- UC强制全屏 -->
        meta(name="full-screen", content="yes")
        <!-- QQ强制全屏 -->
        meta(name="x5-fullscreen", content="true")

        link(rel="stylesheet", href="/static/lib/normalize.css")
        link(rel="stylesheet", href="/static/lib/fontawesome/css/font-awesome.min.css")
        link(rel="stylesheet", href="/static/style/app.css")

        block extraStyles

        <!--[if lte IE 9]>
        link(rel="stylesheet", href="/static/style/app.ie.css")
        script(src="/static/lib/respond.min.js")
        <![endif]-->

        script(src="/static/lib/modernizr-2.8.3.min.js")
    body
        <!--[if lt IE 8]>
        p.browserupgrade
            span 抱歉，您可能需要使用其他浏览器访问本站。推荐使用IE的最新版本（10+），或Chrome、Firefox等现代浏览器。您可以到
            a(href="http://browsehappy.com/") 升级您的浏览器
            span ，以获得更好的体验，谢谢！
        <![endif]-->

        .nav-bar

        block bodyContent

        .footer

        <!--[if lte IE 8]>
        script(src="/static/lib/json2.js")
        script(src="/static/lib/es5-shim.min.js")
        <![endif]-->
        script(src="/static/lib/bluebird.min.js")
        script(src="/static/lib/jquery-1.11.1.min.js")
        script(src="/static/lib/lodash.min.js")
        script(src="/static/lib/jquery.placeholder.min.js")
        script(src="/static/lib/runtime.js")
        script(src="/static/script/common.js")
        script(src="/static/script/common-template.js")
        script(src="", language="JavaScript")

        block extraScripts