From 6c3fc5241e3d223d684b3ce77a9e01b50546c018 Mon Sep 17 00:00:00 2001 From: Artur Borecki Date: Mon, 16 Mar 2026 12:26:42 +0100 Subject: [PATCH] feat(base.html): put body and content blocks in a flexbox --- kursy/templates/base.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/kursy/templates/base.html b/kursy/templates/base.html index 65e416e..aea005b 100644 --- a/kursy/templates/base.html +++ b/kursy/templates/base.html @@ -44,12 +44,14 @@ {% include "header.html" %} - {% block body %} -
- {% block content %} - {% endblock content %} -
- {% endblock body %} +
+ {% block body %} +
+ {% block content %} + {% endblock content %} +
+ {% endblock body %} +
{# Global javascript #}