diff --git a/templates/html.html.twig b/templates/html.html.twig
index 1e0c22f..2403c61 100644
--- a/templates/html.html.twig
+++ b/templates/html.html.twig
@@ -44,9 +44,7 @@
{{ page }}
{{ page_bottom }}
- {# Not ready to use yet b/c footer stuff is included in cwd_base/page.html.twig.
- Placeholder footer template is in @cwd_project/partials, ready to use down the road -- or for use by new child themes.
- {% include "@cwd_project/partials/site-footer.html.twig" %} #}
+ {% include "@cwd_project/partials/site-footer.html.twig" %}
diff --git a/templates/partials/site-footer.html.twig b/templates/partials/site-footer.html.twig
index 27f1f33..99a4f09 100644
--- a/templates/partials/site-footer.html.twig
+++ b/templates/partials/site-footer.html.twig
@@ -1,13 +1,14 @@
-{# PLACEHOLDER until if/when footer stuff is removed from cwd_base/page.html.twig, or we add a page.html.twig template override to cwd_project. #}
-