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/default.html | 39 +++++++++++++++++++++-- 1 file changed, 36 insertions(+), 3 deletions(-) (limited to 'src/main/resources/templates/layouts/default.html') 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 %} +