Fix missing safe filter

This commit is contained in:
Che 2022-06-02 21:26:31 -04:00
parent 6253b43174
commit a92ff6c9b4
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
{% block content %}
{% if section.word_count > 0 -%}
{{ section.content }}
{{ section.content | safe }}
{% else -%}
<h2 class="title"> {{ section.title }} </h2>