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