From e80f58116a9ecd67b2febe06778c624fd42ed1c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Mon, 18 Jan 2021 12:52:27 +0100 Subject: Restart repo from scratch --- templates/base.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 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..0795d4a --- /dev/null +++ b/templates/base.html @@ -0,0 +1,35 @@ + + + + rgoncalves.se + + + + + + +
+ {% if title is defined %} +

{{ title }}

+ {% else %} +

rgoncalves.se

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