jabe/templates/post.ejs

7 lines
140 B
Text
Raw Normal View History

<%- include('header') %>
<div id="main-content">
2024-03-29 10:52:09 +01:00
<%- post['parsedPost'] %>
</div>
<%- include('global-style') %>
<%- include('footer') %>