diff --git a/umap/templates/base.html b/umap/templates/base.html
index 34642185..611364cb 100644
--- a/umap/templates/base.html
+++ b/umap/templates/base.html
@@ -70,5 +70,8 @@
D.Event.on('.more_button', 'click', getMore);
{% endblock %}
+ {% block footer %}
+ {% include "umap/footer.html" %}
+ {% endblock footer %}