<#include "../include/common.html" />
<!-- about -->
<!DOCTYPE html>
<html lang="zh">

<head>
  <meta charset="utf-8" />
  <meta http-equiv="x-ua-compatible" content="ie=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <title>${post.title!} - ${site.title}</title>
  <meta name="keywords" content="${site.keywords!}" />
  <meta name="description" content="${site.description!}" />
  <#include "../include/A_commonTop.html" />
  <#include "../include/C_commonBottom.html" />
  <#include "../include/A_insideHead.html" />

  <link rel="stylesheet" href="/assets/module/about/css.css">
  <#assign cat_service=CatOf("posts")>
    <#assign about_List=cat_service.getCategory(post.categoryName!)>
</head>

<body>
  <#include "../include/B1_headerNav.html" />
  <!---------- 内页大图------------>
  <div class="Nybanner img" id="Nybanner">
    <div class="text">
      <h1>${schema.NyBanner.about1!}</h1>
      <p>${schema.NyBanner.about2!}</p>
    </div>
    <img src="${schema.NyBanner.about!}" class="banner">
  </div>
  <!---------- 内页内容 ------------>
  <!-- 内页结构 -->
  <div class="NyBigBox">

    <div class="container">
      <div class="PostReturn">
        <h1>页面还在搭建中，请返回。</h1>
        <h2>Page not found Please return</h2>
        <div class="ReturnMore">
          <a href="javascript:void(0);" id="countdown-link">3S后返回</a>
          <a href="javascript:void(0);" onclick="window.history.back(); return false;">点击返回</a>
        </div>
      </div>
    </div>





  </div>
  <#include "../include/B2_footerNav.html" />
  <#include "../include/C_insideFooter.html" />
  <#include "../include/ZrightPhone.html" />


</body>

</html>