From a303ea60f97853fa22d1f03d13e6ec1eac84d6f3 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Wed, 4 Nov 2020 20:40:11 +0100 Subject: [PATCH] Blok s obsahem --- templates/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 1ea3163..cb20758 100644 --- a/templates/index.html +++ b/templates/index.html @@ -18,7 +18,9 @@
- Lorem ipsum. + {% block content %} + {{ section.content | safe }} + {% endblock content %}