From a92ff6c9b4ea0a708b06dcce9933daafe6dddfa4 Mon Sep 17 00:00:00 2001 From: Che <43485962+c-git@users.noreply.github.com> Date: Thu, 2 Jun 2022 21:26:31 -0400 Subject: [PATCH] Fix missing safe filter --- templates/section.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}