diff --git a/templates/base.html b/templates/base.html
index 2c0ce2d..3b7bd2e 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -1,21 +1,25 @@
+
{% block head %}
-
+
{% block title %}{% endblock title %} | {{config.extra.name}}
-
+
-
+
{% endblock head %}
+
@@ -24,10 +28,10 @@
@@ -35,5 +39,16 @@
{% endblock content %}
+
+
+
+
+
\ No newline at end of file