lucht/src/includes/layouts/post.njk

9 lines
89 B
Text
Raw Normal View History

2021-09-05 19:33:01 +00:00
---
layout: base
---
<article>
<h2>{{ title }}</h2>
{{ content | safe }}
</article>