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/views/post.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/main/resources/templates/views/post.html') 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