diff --git a/templates/page.html b/templates/page.html
index e590f2f..5c34e0c 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -79,6 +79,18 @@
{{ page.title }}
{{ page_contents | safe }}
{% endblock page_contents %}
+
+ {% if config.extra.utterances.enabled %}
+
+ {% endif %}
{% endblock content %}