reynir.dk/templates/article.html

10 lines
200 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>
2024-10-07 17:01:52 +00:00
{%- autoescape false -%}
{{yocaml_body}}
{% endautoescape %}
2023-11-17 10:32:39 +00:00
</article>