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