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.

23 lines
557 B

<!DOCTYPE html>
<html>
7 years ago
<%- partial('_partial/head') %>
<body>
5 years ago
<% if (is_home()) { %>
5 years ago
<%- body %>
5 years ago
<% } else { %>
<%- partial('_partial/header', null, {cache: !config.relative_link, path: path}) %>
<div class="l_body">
5 years ago
<div class='body-wrapper clearfix'>
5 years ago
<%- body %>
<script>setLoadingBarProgress(60);</script>
</div>
<a class="s-top fas fa-arrow-up fa-fw" href='javascript:void(0)'></a>
</div>
<% } %>
5 years ago
<%- partial('_partial/scripts') %>
<script>setLoadingBarProgress(100);</script>
7 years ago
</body>
</html>