<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{block name="title"}{:config('web_site_title')}{/block}</title>
<meta name="description" content="{:config('web_site_description')}">
<meta name="keywords" content="{:config('web_site_keywords')}">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1.0">
{block name="meta"}{/block}
{block name="link"}
<!-- Icons -->
<!-- The following icons can be replaced with your own, they are used by desktop and mobile browsers -->
<link rel="shortcut icon" href="__ADMIN_IMG__/favicons/favicon.ico">
<!-- END Icons -->
{/block}
{block name="style"}{/block}
</head>
<body>
{block name="page-container"}
<div id="page-container" class="header-navbar-fixed header-navbar-transparent">
{block name="header"}{/block}
{block name="main-container"}{/block}
{block name="page-footer"}
{/block}
</div>
{/block}
<div class="hidden">
{// 站点统计代码}
{:config('web_site_statistics')}
{block name="hidden"}{/block}
</div>
{block name="script"}{/block}
</body>
</html>