From dbfe642280c043e129752c488aa8c14159071281 Mon Sep 17 00:00:00 2001 From: Alexandre Jesus Date: Fri, 26 Aug 2022 13:10:42 +0100 Subject: Initial site, and first blog post --- templates/base.html | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 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..b41a37c --- /dev/null +++ b/templates/base.html @@ -0,0 +1,89 @@ + + + + + + + + {% if page.title %} + {{ page.title }} |  + {% endif %} + {% if section.title %} + {{ section.title }} |  + {% endif %} + {{ config.title }} + + + + + + +
+

{{ config.title }}

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