From 3b04a2b18b0285b307232d8626742d2071c8003a Mon Sep 17 00:00:00 2001 From: Jose Palazon Date: Mon, 9 Sep 2024 23:35:40 +0100 Subject: [PATCH] add safe filter lost in merge conflict --- flaskr/templates/blog/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flaskr/templates/blog/index.html b/flaskr/templates/blog/index.html index f257bec6..3e666de2 100644 --- a/flaskr/templates/blog/index.html +++ b/flaskr/templates/blog/index.html @@ -19,7 +19,7 @@ Edit {% endif %} -

{{ post['body'] }}

+

{{ post['body']|safe }}

{% if not loop.last %}