From ad2be2b20c337d99ebe6e7d4b8cf6106cfba77df Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Sat, 12 Jun 2021 14:21:59 +0200 Subject: Initial commit --- templates/base.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 templates/base.html (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..edce080 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,27 @@ +{% import "macros.html" as macros -%} + + + + {{ config.title ~ " · " }}{% block title %}{{ config.description }}{% endblock %} + + + + {%- block additional_feeds %}{% endblock %} + + + + +
+
+

{{ config.title }}

+ +
+ {%- block content %}{% endblock -%} +
+ + -- cgit v1.2.3-2-gb3c3