diff --git a/index.html.twig b/index.html.twig
index a6e6dda..9ba93f7 100644
--- a/index.html.twig
+++ b/index.html.twig
@@ -42,6 +42,16 @@
+
+
+
+ {% block renderStatistics %}
+
+
+ Reset Zoom
+ {% endblock %}
+
+
+ {% block statistics %}
+
+ {% endblock %}
{% endblock %}
diff --git a/layout.html.twig b/layout.html.twig
index 384d2b1..7c3fe64 100644
--- a/layout.html.twig
+++ b/layout.html.twig
@@ -9,6 +9,7 @@
{% block stylesheets %}
+
{% endblock %}
{% block javascripts %}
@@ -21,6 +22,16 @@
+
+
+
+
+
+
+
+
+
+
{% endblock %}
{% block icons %}
diff --git a/template.xml b/template.xml
index 50641f1..bfdb3f1 100644
--- a/template.xml
+++ b/template.xml
@@ -33,5 +33,6 @@
+