feling.net/_layouts/default.html

31 lines
558 B
HTML

<!DOCTYPE html>
<html lang="zh-CN" class="uk-height-1-1">
<head>
{% include head.html %}
</head>
<style>
#content {
min-height:calc(100% - 95px - 40px - 1px - 20px);
}
</style>
<body>
<header>
{% include no-ie.html %}
{% include the-gfw.html %}
{% include header.html %}
{% include goTop.html %}
</header>
<hr style="margin:0">
<div id="content">
{{content}}
</div>
<footer>
{% include footer.html %}
</footer>
{% include baidu_tongji.html %}
</body>
</html>