diff --git a/app/views/content_items/manuals/_manual_section_layout.html.erb b/app/views/content_items/manuals/_manual_section_layout.html.erb index c152f9d71..f4f2ef858 100644 --- a/app/views/content_items/manuals/_manual_section_layout.html.erb +++ b/app/views/content_items/manuals/_manual_section_layout.html.erb @@ -29,6 +29,11 @@ <% end %> + <%= render "govuk_publishing_components/components/heading", { + text: t("manuals.contents_title"), + margin_bottom: 4 + } %> + <%= yield %>