骏飞影业微信小程序API
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.
 
 
 
 
 

48 lines
1.6 KiB

<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>{$title}_{$system.name}</title>
<meta name="keywords" content="{$keywords}" />
<meta name="description" content="{$description}" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0" />
<link rel="shortcut icon" type="image/x-icon" href="{$public}img/favicon.ico" />
{include file="common/css"/}
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!--Main Wrapper Start-->
<div class="as-mainwrapper">
<!--Bg White Start-->
<div class="bg-white">
<!--Header Area Start-->
{include file="common/header"/}
<!--End of Header Area-->
<!--Breadcrumb Banner Area Start-->
{include file="common/banner"/}
<!--End of Breadcrumb Banner Area-->
<!--Little Nav Start-->
{include file="common/nav"/}
<!--End of Little Nav-->
<!--About Page Area Start-->
<div class="about-page-area section-padding">
<div class="container">
<div class="row">
<div class="col-md-12">
{$info.content|raw}
</div>
</div>
</div>
</div>
<!--End of About Page Area-->
{include file="common/footer"/}
</div>
<!--End of Bg White-->
</div>
<!--End of Main Wrapper Area-->
{include file="common/js"/}
</body>
</html>