diff --git a/templates/base.html b/templates/base.html
index 1e9081e..11ccbb1 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -94,7 +94,9 @@
{% include "partial/ga.html" %}
+ {% if GUAGES %}
{% include "partial/guages.html" %}
+ {% endif %}
{% if ADD_THIS_ID %}
{% endif %}
diff --git a/templates/partial/guages.html b/templates/partial/guages.html
index a6c7256..7d0d469 100644
--- a/templates/partial/guages.html
+++ b/templates/partial/guages.html
@@ -1,4 +1,3 @@
-{% if GUAGES %}
-{% endif %}