diff --git a/_includes/details.html b/_includes/details.html
index b706a603..d38563dd 100644
--- a/_includes/details.html
+++ b/_includes/details.html
@@ -30,7 +30,24 @@
per deployment (managing org, full-scan upsell, request-update link). To
support another deployment, add a branch here and re-sync - don't fork
the file.
+
+ 4. `showLastUpdated` - set in page front matter for non-profile pages that
+ need a "Last updated" row (e.g. /pulse/). Renders a single-item ul with
+ the same mono/border-bottom styling as the profile list above.
#}
+{% if showLastUpdated and not profile %}
+
+
+ Last scan:
+ {{ updates }}
+ {% set infoHref = "https://docs.scangov.org/scans/" %}
+ {% set infoLabel = "Last scan" %}
+ {% set infoDescription = "How often ScanGov scans this site." %}
+ {% set infoMatchTextColor = true %}
+ {% include "info-icon.html" %}
+
+
+{% endif %}
{% if profile %}
{% if not mapPage and not orgPage %}
@@ -40,9 +57,15 @@
{{ domain.name }}
{% endif %}
+ {% if domain.status %}
+