mirror of
https://github.com/wahyd4/hexo-phase-junv.git
synced 2026-08-09 04:55:53 +10:00
9 lines
307 B
Plaintext
9 lines
307 B
Plaintext
<%- partial('_partial/head') %>
|
|
|
|
<body>
|
|
<header id="header" class="inner"><%- partial('_partial/header') %></header>
|
|
<div id="content" class="inner"><%- body %></div>
|
|
<footer id="footer" class="inner"><%- partial('_partial/footer') %></footer>
|
|
<%- partial('_partial/after_footer') %>
|
|
</body>
|
|
</html> |