diff --git a/frontend/templates/base.html b/frontend/templates/base.html
index 8984f698..75ce340e 100644
--- a/frontend/templates/base.html
+++ b/frontend/templates/base.html
@@ -12,6 +12,7 @@
+ {% block extra_css %}{% endblock %}
{% block base_js %}
@@ -106,7 +107,23 @@
-
+{% block counter %}
+
+
+{% endblock %}