From d8bb41bff936bba4a379017262c9493961b83365 Mon Sep 17 00:00:00 2001 From: TakWolf Date: Wed, 11 Dec 2024 21:31:48 +0800 Subject: [PATCH] update --- assets/templates/common/base.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/assets/templates/common/base.html b/assets/templates/common/base.html index e6edff3..23ef7d4 100644 --- a/assets/templates/common/base.html +++ b/assets/templates/common/base.html @@ -5,6 +5,17 @@ {% block title %}{% endblock %} {% block style %}{% endblock %} + + + + {% block body %}{% endblock %}