2024-09-30 18:39:49 +00:00
|
|
|
<a href="{{ host }}/index.html">Back to index</a>
|
2023-11-13 18:13:44 +00:00
|
|
|
|
|
|
|
<article>
|
2024-09-30 18:39:49 +00:00
|
|
|
<h1>{{ title }}</h1>
|
2023-11-13 18:13:44 +00:00
|
|
|
<ul class="tags-list">
|
|
|
|
{%- for tag in tags -%}
|
2024-10-09 09:51:14 +00:00
|
|
|
<li><a href="{{ host }}/tags.html#tag-{{ tag }}">{{ tag }}</a></li>
|
2023-11-13 18:13:44 +00:00
|
|
|
{%- endfor -%}
|
|
|
|
</ul>
|
|
|
|
{%- autoescape false -%}
|
2024-09-30 18:39:49 +00:00
|
|
|
{{ yocaml_body }}
|
2023-11-13 18:13:44 +00:00
|
|
|
{% endautoescape -%}
|
|
|
|
</article>
|