diff --git a/templates/index.html b/templates/index.html index 83aeb94..3dbf1e2 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,6 +2,6 @@ {% block content %}
- {{ section.content || safe }} + {{ section.content | safe }}
{% endblock content %}