From c78a3f2301caa3dc4c03d3b2a75f4f003e5863d0 Mon Sep 17 00:00:00 2001
From: Alan Pearce
Date: Tue, 18 Apr 2023 14:53:30 +0200
Subject: Reformat templates
---
templates/index.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'templates/index.html')
diff --git a/templates/index.html b/templates/index.html
index 31710be..519bf5f 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block main %}
-
- {{ section.content | safe }}
-
+
+ {{ section.content | safe }}
+
{% endblock %}
--
cgit 1.4.1