From 891265511f5ea13c2e1302cd75a9bac396a93a9f Mon Sep 17 00:00:00 2001 From: carpetscheme Date: Sat, 29 Aug 2020 18:34:02 +0200 Subject: [PATCH] optional scripts block --- templates/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/index.html b/templates/index.html index 80d79fd..a4eb93a 100755 --- a/templates/index.html +++ b/templates/index.html @@ -66,6 +66,8 @@ {% endblock footer %} + {% block extra_scripts %} + {% endblock extra_scripts %}