Fix missing safe filter
This commit is contained in:
parent
6253b43174
commit
a92ff6c9b4
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% if section.word_count > 0 -%}
|
{% if section.word_count > 0 -%}
|
||||||
{{ section.content }}
|
{{ section.content | safe }}
|
||||||
{% else -%}
|
{% else -%}
|
||||||
<h2 class="title"> {{ section.title }} </h2>
|
<h2 class="title"> {{ section.title }} </h2>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue