From 8b5dddca7e61043392610a426a4c4552d7e6a411 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Mon, 15 Aug 2022 18:00:22 +0100 Subject: [PATCH] Add navbar to index page --- templates/index.html | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/templates/index.html b/templates/index.html index 65236a2..d15366d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,15 +1,9 @@ - - - - - - +{% extends "base.html" %} - +{% block content %} - - +{% endblock %}