From 73b06c31b505d1a0f2e4035c7daab0df49a25d3b Mon Sep 17 00:00:00 2001 From: foswret Date: Sun, 22 Mar 2026 12:54:35 -0500 Subject: implement basic nav bar --- templates/base.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index aba4506..752d091 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,15 +2,18 @@ - + + CHANGE ME +{% include "partials/header.html" %} +{% include "partials/nav.html" %} +
-
- {% block content %} {% endblock content %} -
+ {% block content %} {% endblock content %}
-- cgit v1.2.3