1
0
Fork 0
mirror of https://codeberg.org/fediverse/fediparty.git synced 2025-03-10 09:49:05 +00:00
fediparty/themes/starter/layout/post.ejs

10 lines
123 B
Text
Raw Normal View History

2018-03-12 22:31:14 +03:00
---
layout: layout
---
<%- partial('_partial/heroheader') %>
<article class="contents">
<%- page.content %>
</article>