jabe/default_templates/post.ejs
hexlocation's laptop (asiago) f9593d42cc update folder structure
2024-03-29 08:43:01 -04:00

6 lines
140 B
Text

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