jabe/templates/post.ejs
hexlocation's laptop (asiago) bad8050e83 add ui features
2024-03-29 05:52:09 -04:00

6 lines
140 B
Text

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