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 %}