add safe filter

This commit is contained in:
yggverse 2026-01-08 00:14:03 +02:00
parent add90d66d7
commit d63d99d392

View file

@ -4,7 +4,7 @@
<h1>{{ title }}</h1>
<a href="{{ link }}">{{ time }}</a>
<div>
{{ description }}
{{ description | safe }}
</div>
</div>
{% endblock content %}