From d958745a2a9ed6179f15cff1e03d5cd8a05f2551 Mon Sep 17 00:00:00 2001 From: ZizzyDizzyMC Date: Wed, 10 Feb 2021 21:06:51 -0500 Subject: [PATCH] Update base.html --- templates/display/base.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/display/base.html b/templates/display/base.html index d60f4d8..4081786 100644 --- a/templates/display/base.html +++ b/templates/display/base.html @@ -1,7 +1,10 @@ {% extends "../base.html" %} {% block title %}{{sitename}} - {{ filename }}{% endblock %} - +{% block head %} + + +{% endblock %} {% block bodymore %}{% endblock %} {% block content %}