From 2ee360b1506259447ed7df45c3a034ee9ceeac2f Mon Sep 17 00:00:00 2001
From: Vitaly Takmazov
Date: Thu, 6 Dec 2018 10:14:42 +0300
Subject: www: cleanup templates
---
src/main/resources/templates/layouts/content.html | 38 ----------------------
src/main/resources/templates/layouts/default.html | 39 +++++++++++++++++++++--
2 files changed, 36 insertions(+), 41 deletions(-)
delete mode 100644 src/main/resources/templates/layouts/content.html
diff --git a/src/main/resources/templates/layouts/content.html b/src/main/resources/templates/layouts/content.html
deleted file mode 100644
index d2d29c4e..00000000
--- a/src/main/resources/templates/layouts/content.html
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
-
-
-
- {% block headers %}
- {{ headers | default('') | raw }}
- {% endblock %}
- {{ title | default('Juick') }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 0 %}data-hash="{{visitor.authHash}}"{% endif %}>
-{% block body %}
-{% endblock %}
-
-
diff --git a/src/main/resources/templates/layouts/default.html b/src/main/resources/templates/layouts/default.html
index 343885c4..575e7707 100644
--- a/src/main/resources/templates/layouts/default.html
+++ b/src/main/resources/templates/layouts/default.html
@@ -1,5 +1,37 @@
-{% extends "layouts/content" %}
-{% block body %}
+
+
+
+
+
+
+
+ {% block headers %}
+ {{ headers | default('') | raw }}
+ {% endblock %}
+ {{ title | default('Juick') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0 %}data-hash="{{visitor.authHash}}"{% endif %}>
{% include "views/partial/navigation" %}
{% include "views/partial/footer" %}
-{% endblock %}
\ No newline at end of file
+
+
\ No newline at end of file
--
cgit v1.2.3