simple-purple-ghost-theme/post.hbs
Beatrice DellacĂ  1c4edf415c Get index page to render basic info
The structure is not even close to being finished, and only looks decent on desktop.
2023-01-10 00:36:16 +01:00

6 lines
91 B
Handlebars

{{!< default}}
<div>
{{#post}}
{{content}}
{{/post}}
</div>