From 77f2baea3830914797f7f57ca5738d0bd543fa29 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Thu, 21 Sep 2023 04:57:52 +0100 Subject: [PATCH] Add navbar --- templates/base.html | 22 ++++++++++++++++------ templates/navbar.html | 5 +++++ 2 files changed, 21 insertions(+), 6 deletions(-) create mode 100644 templates/navbar.html diff --git a/templates/base.html b/templates/base.html index 9d1ffc5..0afe229 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,13 +5,22 @@ + + {% block title %}Xanadu{% endblock %} @@ -21,10 +30,11 @@ body{ + {% include "navbar.html" %} {% block content %} {% endblock %} -{% block scripts %} +{% block script %} {% endblock %} diff --git a/templates/navbar.html b/templates/navbar.html new file mode 100644 index 0000000..1c19061 --- /dev/null +++ b/templates/navbar.html @@ -0,0 +1,5 @@ +

+ home + | events + | speakers +