From e0e9ad7ee705a0b145ec97e85d10492f5af36134 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 6 Dec 2018 03:51:11 +0300 Subject: Tabs with active tab --- src/main/resources/templates/layouts/minimal.html | 10 ---------- src/main/resources/templates/views/post.html | 5 ++++- 2 files changed, 4 insertions(+), 11 deletions(-) delete mode 100644 src/main/resources/templates/layouts/minimal.html (limited to 'src/main/resources') diff --git a/src/main/resources/templates/layouts/minimal.html b/src/main/resources/templates/layouts/minimal.html deleted file mode 100644 index 15924521..00000000 --- a/src/main/resources/templates/layouts/minimal.html +++ /dev/null @@ -1,10 +0,0 @@ -{% extends "layouts/content" %} -{% block body %} -
-
- {% block content %} - {% endblock %} -
-
-{% include "views/partial/footer" %} -{% endblock %} \ No newline at end of file diff --git a/src/main/resources/templates/views/post.html b/src/main/resources/templates/views/post.html index 3753b36c..aed4f316 100644 --- a/src/main/resources/templates/views/post.html +++ b/src/main/resources/templates/views/post.html @@ -1,4 +1,4 @@ -{% extends "layouts/minimal" %} +{% extends "layouts/default" %} {% import "views/macros/tags" %} {% block content %}
@@ -16,4 +16,7 @@

Теги:

{{ tags(visitor.name, tags) }} +{% endblock %} +{% block "column" %} +{% include "views/partial/usercolumn" %} {% endblock %} \ No newline at end of file -- cgit v1.2.3