diff --git a/templates/base.html b/templates/base.html
index aef6648..2f4eeff 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -7,6 +7,7 @@
{% block title %}{{ config.title }}{% endblock title %}
+ {% block head_extra %}{% endblock head_extra %}