From 8fd8b7e53d59a034706dd7eaad6b608721ce3cdb Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 22 May 2024 22:00:02 -0400 Subject: move to zola --- templates/base.html | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 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..15e809d --- /dev/null +++ b/templates/base.html @@ -0,0 +1,36 @@ + + + + {% block head %} + + {% block title %}{% endblock title %} + + + + + {% endblock head %} + + +

getchoo's website 🚀

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