diff --git a/themes/tabi/templates/base.html b/themes/tabi/templates/base.html
index 582a72f..6b4d8eb 100644
--- a/themes/tabi/templates/base.html
+++ b/themes/tabi/templates/base.html
@@ -44,6 +44,9 @@ This variable will hold all the text strings for the language #}
{% include "partials/footer.html" %}
+ {# Users can optionally provide this template to add content to the body element. #}Add commentMore actions
+ {% include "tabi/extend_body.html" ignore missing %}
+