From c324246cc6520efbb471fcb0f29772c5046ce344 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 8 Jan 2026 00:14:32 +0200 Subject: [PATCH] add safe filter --- crates/http/templates/index.html.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/http/templates/index.html.tera b/crates/http/templates/index.html.tera index 9325d73..8c36d2f 100644 --- a/crates/http/templates/index.html.tera +++ b/crates/http/templates/index.html.tera @@ -7,7 +7,7 @@

{{ row.title }}

{% if row.time %}

{{ row.time }}

{% endif %}
- {{ row.description }} + {{ row.description | safe }}
{% endfor %}