diff --git a/pages/templates/pages/page.html b/pages/templates/pages/page.html index ceedc2e..d8807a0 100644 --- a/pages/templates/pages/page.html +++ b/pages/templates/pages/page.html @@ -3,6 +3,5 @@ {% block title %}{{ page.title }}{% endblock %} {% block content %} -

{{ page.title }}

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