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 a488970..cf83d26 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,5 +1,4 @@ -{% extends "base.html" %} {%- block content -%} {% if section.content %} {{ -section.content | safe }} {% endif %} +{% extends "base.html" %} {%- block content -%} {% if section.content %} {{ section.content | safe }} {% endif %} <hr /> |
