diff --git a/puppetboard/templates/layout.html b/puppetboard/templates/layout.html
index efe7c6f..62f42ba 100644
--- a/puppetboard/templates/layout.html
+++ b/puppetboard/templates/layout.html
@@ -13,10 +13,10 @@
}
{% else %}
-
+
{% endif %}
-
-
+
+
{% block head %} {% endblock head %}
diff --git a/puppetboard/templates/node.html b/puppetboard/templates/node.html
index 5d92b8f..75a00a1 100644
--- a/puppetboard/templates/node.html
+++ b/puppetboard/templates/node.html
@@ -2,7 +2,7 @@
{% import '_macros.html' as macros %}
{% block head %}
{% if config.DAILY_REPORTS_CHART_ENABLED %}
-
+
{% endif %}
{% endblock head %}
{% block content %}