diff --git a/frontend/templates/home.html.j2 b/frontend/templates/home.html.j2
index 0551ca5..387c76d 100644
--- a/frontend/templates/home.html.j2
+++ b/frontend/templates/home.html.j2
@@ -198,6 +198,10 @@
{% block body_scripts %}
+ {# Bookmarked locations: a star toggle in the results share row + a "Saved"
+ dropdown by the Find button. Loaded as its own module alongside app.js
+ (not merged into it) — see bookmarks-ui.js's header comment for why. #}
+
{# The records strip renders real temperatures server-side as .temp spans, so
it needs the same converter the SEO pages use or they'd stay in °F while
the toggle says °C. Both import units.js, which the module loader dedupes. #}