From 7b55cea90b5cc2bfbbc26270813d561c362d9843 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sat, 13 Jan 2018 17:02:14 +0100 Subject: [PATCH] Allow to write static pages in HTML --- pages/templates/pages/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/templates/pages/page.html b/pages/templates/pages/page.html index 514ae66..ceedc2e 100644 --- a/pages/templates/pages/page.html +++ b/pages/templates/pages/page.html @@ -4,5 +4,5 @@ {% block content %}

{{ page.title }}

-

{{ page.content }}

+{{ page.content|safe }} {% endblock %}