From f6ac7497c4a44668505341a145909411b7ddc9b5 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 19 Jul 2024 02:43:02 -0400 Subject: cleanup templates --- templates/base.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 9a2c565..9a5f8de 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,7 +1,7 @@ + {% block head %} - {% block head %} {% block title %}{% endblock title %} @@ -9,14 +9,14 @@ name="description" content="{% block description %}{% endblock description %}" /> - - - {% endblock head %} + + + {% endblock head %}

getchoo's website 🦀

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