reynir.dk/templates/article.html

8 lines
153 B
HTML
Raw Normal View History

2023-11-17 10:32:39 +00:00
<article>
<header>
<h2>{{title}}</h2>
Written by {{author.name}}, {{date.month_repr}} {{date.day}}, {{date.year}}
</header>
2023-11-14 08:19:24 +00:00
{{body|safe}}
2023-11-17 10:32:39 +00:00
</article>