|
|
<!DOCTYPE html>
|
|
|
<html lang="en">
|
|
|
|
|
|
<head>
|
|
|
<meta charset="UTF-8">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
<title>關於我們</title>
|
|
|
<link rel="stylesheet" href="__TMPL__/public/assets/css/wbase.css">
|
|
|
<script src="__TMPL__/public/assets/js/base.js"></script>
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
<!--header-->
|
|
|
<header class="header">
|
|
|
<img src="{:cmf_get_image_url($logo.image)}" alt="">
|
|
|
</header>
|
|
|
<!-- 内容 -->
|
|
|
<div class="in1_box">
|
|
|
<h1>{$res.post_title}</h1>
|
|
|
<div class="in1_txt">
|
|
|
{$res.post_content}
|
|
|
</div>
|
|
|
</div>
|
|
|
</body>
|
|
|
|
|
|
</html> |
|
|
\ No newline at end of file |
...
|
...
|
|