From: Michael Tremer Date: Sun, 29 May 2022 14:09:14 +0000 (+0000) Subject: templates: Put everything into a large grid X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=766810768b18ce2b14ef038ff21f05846d679448;p=pbs.git templates: Put everything into a large grid Signed-off-by: Michael Tremer --- diff --git a/src/templates/base.html b/src/templates/base.html index 3d75f713..d8e5cf0c 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -12,97 +12,99 @@ -
-
- +
+ +
+ -
-
- {% block container %} -
- {% block body %}EMPTY BODY{% end block %} + {% if current_user %} +
  • + {{ current_user }} - {% module Footer() %} + +
  • + {% else %} +
  • + {{ _("Sign In") }} +
  • + {% end %} +
    + - {% end block %} + + {% block container %} +
    + {% block body %}EMPTY BODY{% end block %} + + {% module Footer() %} +
    + {% end block %} +