From 27fdda2b7b0db0241dcfb5dcab9650c4735ca363 Mon Sep 17 00:00:00 2001 From: Jon Sands Date: Fri, 21 May 2021 01:00:20 -0400 Subject: [PATCH] initial header/footer stuff --- overrides/main.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 overrides/main.html diff --git a/overrides/main.html b/overrides/main.html new file mode 100644 index 0000000..5de1961 --- /dev/null +++ b/overrides/main.html @@ -0,0 +1,5 @@ +{% extends "base.html" %} + +{% block announce %} + test 123 no html +{% endblock %}