diff --git a/templates/base.html b/templates/base.html
index 830b0399f7b7424658e7414ac3d56531482a3db7..a9faf3109f33957a769d40403b1b2ef395a2cfd5 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -7,6 +7,7 @@
     <title>{% block title %}Core{% endblock %}</title>
     <link href="{% static 'core/css/output.css' %}" rel="stylesheet" type="text/css">
     {#	<meta http-equiv="refresh" content="10">#}
+    {% block head %}{% endblock %}
 </head>
 <body>
 <div class="navbar mb-2 shadow-lg bg-neutral text-neutral-content rounded-box">