jabe/templates/post.ejs

7 lines
132 B
Text
Raw Normal View History

<%- include('header') %>
<div id="main-content">
<%- parsedPost %>
</div>
<%- include('global-style') %>
<%- include('footer') %>