diff --git a/templates/section.html b/templates/section.html index d9c0b12..2fd5dfa 100644 --- a/templates/section.html +++ b/templates/section.html @@ -4,7 +4,7 @@ {% block content %} {% if section.word_count > 0 -%} - {{ section.content }} + {{ section.content | safe }} {% else -%}

{{ section.title }}