Reformat templates
1 file changed, 3 insertions(+), 3 deletions(-)
changed files
M templates/index.html → templates/index.html
@@ -1,7 +1,7 @@ {% extends "base.html" %} {% block main %} -<content> - {{ section.content | safe }} -</content> + <content> + {{ section.content | safe }} + </content> {% endblock %}