diff --git a/themes/digital.gov/layouts/_default/list.html b/themes/digital.gov/layouts/_default/list.html
index cadd235057..7acd417f6f 100644
--- a/themes/digital.gov/layouts/_default/list.html
+++ b/themes/digital.gov/layouts/_default/list.html
@@ -14,7 +14,7 @@
-
- {{/* Summary */}}
- {{- if .Params.summary -}}
-
+
+ {{- if .Params.summary -}}
{{- .Params.summary | markdownify -}}
{{- if .Params.community_list -}}
@@ -47,11 +42,7 @@
diff --git a/themes/digital.gov/layouts/partials/core/usa-in-page-nav.html b/themes/digital.gov/layouts/partials/core/usa-in-page-nav.html
new file mode 100644
index 0000000000..2cfc259731
--- /dev/null
+++ b/themes/digital.gov/layouts/partials/core/usa-in-page-nav.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ {{/* Content */}}
+
+ {{- .Content -}}
+
+
+
diff --git a/themes/digital.gov/layouts/resources/single.html b/themes/digital.gov/layouts/resources/single.html
index e704112f95..3b2a7092bf 100644
--- a/themes/digital.gov/layouts/resources/single.html
+++ b/themes/digital.gov/layouts/resources/single.html
@@ -18,15 +18,13 @@
{{- .Title | markdownify -}}
-
- {{/* Content */}}
-
- {{- .Content -}}
-
-
- {{/* Touchpoints Form */}}
- {{- partial "core/touchpoints-form.html" . -}}
+
+ {{- .Content -}}
+
+ {{- partial "core/touchpoints-form.html" . -}}
+
+
diff --git a/themes/digital.gov/layouts/services/single.html b/themes/digital.gov/layouts/services/single.html
index 74563d8fb3..9fb1a06ce9 100644
--- a/themes/digital.gov/layouts/services/single.html
+++ b/themes/digital.gov/layouts/services/single.html
@@ -30,19 +30,7 @@
{{- .Title | markdownify -}}
-
-
-
- {{/* Content */}}
-
- {{- .Content -}}
-
-
-
+ {{- partial "partials/core/usa-in-page-nav.html" . -}}
{{- end -}}