From 9ca71960efd10e2f5d7293fc39f3c4d65f175afc Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sat, 21 Mar 2020 12:27:47 +0100 Subject: [PATCH] =?UTF-8?q?Zobrazen=C3=AD=20n=C3=A1zvu=20str=C3=A1nky=20v?= =?UTF-8?q?=20H1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/page.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/page.html b/templates/page.html index c6f1af5..c0e9977 100644 --- a/templates/page.html +++ b/templates/page.html @@ -7,6 +7,7 @@ {% block content %} +

{{ page.title }}

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