diff --git a/templates/index.html b/templates/index.html index 1e12b2d..2349245 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,9 @@ {% extends "layouts/default.html" %} {% block title %}{{system-data.first.site-name}}{% endblock %} {% block content %} -
- {{content | safe }} -
+
+
+ {{content | safe }} +
+
{% endblock %}