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