45 lines
1.6 KiB
Plaintext
45 lines
1.6 KiB
Plaintext
|
<!DOCTYPE html>
|
||
|
<html lang="<%- config.language %>">
|
||
|
<%- partial('_partial/scripts/_ctrl') _%>
|
||
|
<%- partial('_partial/head') _%>
|
||
|
<body itemscope itemtype="https://schema.org.cn/WebPage">
|
||
|
<!-- import body_begin begin-->
|
||
|
<%_ if (config.import && config.import.body_begin){ _%>
|
||
|
<%_ getList(config.import.body_begin).forEach(function(item){ _%>
|
||
|
<%- item %>
|
||
|
<%_ }) _%>
|
||
|
<%_ } _%>
|
||
|
<!-- import body_begin end-->
|
||
|
<!-- Custom Files bodyBegin begin-->
|
||
|
<%- volantis_inject('bodyBegin') %>
|
||
|
<!-- Custom Files bodyBegin end-->
|
||
|
<%- partial('_partial/header', null, {cache: false, path: path}) %>
|
||
|
<div id="l_body">
|
||
|
<%- partial('_partial/cover') %>
|
||
|
<div id="safearea">
|
||
|
<div class="body-wrapper">
|
||
|
<%- body %>
|
||
|
</div>
|
||
|
<%- partial('_partial/footer', null, {cache: !config.relative_link}) %>
|
||
|
<a id="s-top" class="fa-solid fa-arrow-up fa-fw" title="top"></a>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<%- partial('_partial/scripts/index') %>
|
||
|
</div>
|
||
|
<!-- import body_end begin-->
|
||
|
<%_ if (config.import && config.import.body_end){ _%>
|
||
|
<%_ getList(config.import.body_end).forEach(function(item){ _%>
|
||
|
<%- item %>
|
||
|
<%_ }) _%>
|
||
|
<%_ } _%>
|
||
|
<!-- import body_end end-->
|
||
|
<!-- Custom Files bodyEnd begin-->
|
||
|
<%- volantis_inject('bodyEnd') %>
|
||
|
<!-- Custom Files bodyEnd end-->
|
||
|
<!--动态线条背景
|
||
|
<script type="text/javascript" color="220,220,220" opacity='0.7' zIndex="-2" count="200" src="//cdn.bootcss.com/canvas-nest.js/1.0.0/canvas-nest.min.js">
|
||
|
</script>-->
|
||
|
</body>
|
||
|
</html>
|