Get index page to render basic info

The structure is not even close to being finished, and only looks decent on desktop.
This commit is contained in:
2023-01-10 00:36:16 +01:00
parent 9e86bbec3e
commit 1c4edf415c
3 changed files with 93 additions and 30 deletions

View File

@@ -0,0 +1,6 @@
{{!< default}}
<div>
{{#post}}
{{content}}
{{/post}}
</div>