diff --git a/datasette/templates/_footer.html b/datasette/templates/_footer.html
index 074270f15b..ed01ce512b 100644
--- a/datasette/templates/_footer.html
+++ b/datasette/templates/_footer.html
@@ -1,3 +1,4 @@
+{% block footer_content %}
Powered by Datasette
{% if query_ms %}· Queries took {{ query_ms|round(3) }}ms{% endif %}
{% if metadata %}
@@ -19,3 +20,4 @@
{% endif %}{{ metadata.about or metadata.about_url }}{% if metadata.about_url %}{% endif %}
{% endif %}
{% endif %}
+{% endblock %}
\ No newline at end of file