7 lines
132 B
Text
7 lines
132 B
Text
|
<%- include('header') %>
|
||
|
<div id="main-content">
|
||
|
<%- parsedPost %>
|
||
|
</div>
|
||
|
<%- include('global-style') %>
|
||
|
<%- include('footer') %>
|