` element:
- the `govuk-main-wrapper--auto-spacing` class
- the `govuk-main-wrapper--l` class - if `govuk-main-wrapper--auto-spacing` does not work for your service
diff --git a/src/styles/page-template/index.md b/src/styles/page-template/index.md
index 84fee3bcd0..c1f09921eb 100644
--- a/src/styles/page-template/index.md
+++ b/src/styles/page-template/index.md
@@ -16,7 +16,7 @@ Use this template to keep your pages consistent with the rest of GOV.UK.
This page template combines the boilerplate markup and [components](/components/) needed for a basic GOV.UK page. It includes:
- JavaScript that adds a `.govuk-frontend-supported` class, which is required by components with JavaScript behaviour
-- the [skip link](/components/skip-link/), [header](/components/header/) and [footer](/components/footer/) components
+- the [Skip link component](/components/skip-link/), [Header component](/components/header/) and [Footer component](/components/footer/)
- the favicon, and other related theme icons
In the examples provided, we show both HTML and [Nunjucks](https://frontend.design-system.service.gov.uk/use-nunjucks/).
@@ -37,7 +37,7 @@ This example shows the minimum required for a GOV.UK page.
You can customise the page template, for example, by:
- adding a service name and navigation
-- including a [back link](/components/back-link/) or [phase banner](/components/phase-banner/)
+- including a [Back link component](/components/back-link/) or [Phase banner component](/components/phase-banner/)
{{ example({ group: "styles", item: "page-template", example: "custom", customCode: true, html: true, nunjucks: true, open: false, size: "xl" }) }}
@@ -55,7 +55,7 @@ To set a 'variable' option, use `set` to pass in a single value or string. For e
{% endraw %}
```
-By default, the template contains a [skip link](/components/skip-link/), [header](/components/header/) and [footer](/components/footer/), all of which require 'blocks' to change.
+By default, the template contains a [Skip link component](/components/skip-link/), [Header component](/components/header/) and [Footer component](/components/footer/), all of which require 'blocks' to change.
To set a 'block' option, use `block` to pass in a multiline value or HTML markup. For example, to add a block of HTML before the closing `` element in the page template using the `bodyEnd` option:
@@ -111,8 +111,8 @@ To change the components that are included in the page template by default, set
Add content that needs to appear outside <main> element.
- For example: The back link component, breadcrumbs component,
- phase banner component.
+ For example: The Back link component, Breadcrumbs component,
+ Phase banner component.
|
@@ -138,7 +138,7 @@ To change the components that are included in the page template by default, set
Add content after the opening <body> element.
- For example: The cookie banner component.
+ For example: The Cookie banner component.
|
@@ -164,7 +164,7 @@ To change the components that are included in the page template by default, set
footer |
Block |
- Override the default footer component.
+ Override the default Footer component.
|
@@ -180,7 +180,7 @@ To change the components that are included in the page template by default, set
header |
Block |
- Override the default header component.
+ Override the default Header component.
|
@@ -244,7 +244,7 @@ To change the components that are included in the page template by default, set
skipLink |
Block |
- Override the default skip link component.
+ Override the default Skip link component.
|