diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index 1193328..3747250 100644 --- a/templates/index.html +++ b/templates/index.html @@ -39,8 +39,7 @@ <div class="content text"> {% block content %} - <div id="features" class="heading-text">{{ section.title }} </div> - {{ section.content | safe }} + {{ section.content | safe }} {% endblock content %} </div> |