From 7aeff7513770dae3879f338830a29a8aecb5bf9a Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Mon, 15 Feb 2021 12:28:20 +0100 Subject: [PATCH] =?UTF-8?q?=C5=A0ablona=20pro=20sekce?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/section.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 templates/section.html diff --git a/templates/section.html b/templates/section.html new file mode 100644 index 0000000..a2a5527 --- /dev/null +++ b/templates/section.html @@ -0,0 +1,14 @@ +{% extends "base.html" %} + +{% block extra %} + {{ macro::breadcrumbs(page=section) }} +{% endblock %} + +{% block content %} +
+
+

{{ section.title }}

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