From 082b266bef45201204d44390e35c00e35dc62ac1 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sat, 13 Feb 2021 19:57:19 +0100 Subject: [PATCH] =?UTF-8?q?Obsah=20str=C3=A1nky=20v=20sekci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/page.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/page.html b/templates/page.html index 452a1ab..bd072be 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,6 +1,8 @@ {% extends "base.html" %} {% block content %} -

{{ page.title }}

- {{ page.content | safe }} +
+

{{ page.title }}

+ {{ page.content | safe }} +
{% endblock content %}