From f216eaa143febe357fb901f4e568e3f0a54cc7ce Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 14 Apr 2020 16:10:49 +0300 Subject: Initial grid layout --- src/main/resources/templates/layouts/default.html | 73 ++++++++++++----------- 1 file changed, 38 insertions(+), 35 deletions(-) (limited to 'src/main/resources/templates/layouts') diff --git a/src/main/resources/templates/layouts/default.html b/src/main/resources/templates/layouts/default.html index 575e7707..5974e19b 100644 --- a/src/main/resources/templates/layouts/default.html +++ b/src/main/resources/templates/layouts/default.html @@ -1,49 +1,52 @@ + - - + + - + {% block headers %} {{ headers | default('') | raw }} {% endblock %} {{ title | default('Juick') }} - - - - - + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - 0 %}data-hash="{{visitor.authHash}}"{% endif %}> -{% include "views/partial/navigation" %} -
-
- {% block content %} - {% endblock %} -
- -
-{% include "views/partial/footer" %} + + 0 %}data-hash="{{visitor.authHash}}" {% endif %}> +
+ {% include "views/partial/navigation" %} +
+
+ {% block content %} + {% endblock %} +
+ +
+
+ \ No newline at end of file -- cgit v1.2.3