jabe/data/default_templates/post.ejs
hexlocation's laptop (asiago) 57016f4f3f doing stuff l8r
2024-03-29 09:15:24 -04:00

6 lines
140 B
Text

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