From 6976f9bb71b42d5db3b076ff27bceaa675cbbfc8 Mon Sep 17 00:00:00 2001 From: Mo8it Date: Sun, 26 Feb 2023 17:12:26 +0100 Subject: [PATCH] Put the body inside a container --- templates/base.askama.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/base.askama.html b/templates/base.askama.html index b0d62e5..e79f82b 100644 --- a/templates/base.askama.html +++ b/templates/base.askama.html @@ -12,7 +12,9 @@ rel="stylesheet"/> - {% block body %}{% endblock %} +
+ {% block body %}{% endblock %} +
{% block scripts %}{% endblock %}