Back link
Use the back link component to help users go back to the previous page in a multi-page transaction.
<a href="#" class="govuk-back-link">Back</a>
Nunjucks macro options
Use options to customise the appearance, content and behaviour of a component when using a macro, for example, changing the text.
Some options are required for the macro to work; these are marked as "Required" in the option description.
If you’re using Nunjucks macros in production with "html" options, or ones ending with "html", you must sanitise the HTML to protect against cross-site scripting exploits.
Name | Type | Description |
---|---|---|
text | string | Text to use within the back link component. If |
html | string | HTML to use within the back link component. If |
href | string | Required. The value of the link's |
classes | string | Classes to add to the anchor tag. |
attributes | object | HTML attributes (for example data attributes) to add to the anchor tag. |
{% from "moduk/components/back-link/macro.njk" import modukBackLink -%}
{{ modukBackLink({
text: "Back",
href: "#"
}) -}}
See GOV.UK back link component guidance for:
- when to use this component
- when not to use it
- how it works
Changes from the GOV.UK version
MOD.UK Design System components are closely based on GOV.UK Design System components.
For this component we’ve changed the font.
Have you tested this component?
Let us know how we could improve this component or share your user research findings.
Email the MOD.UK Design System team at design-system@digital.mod.uk
Need help?
Email the MOD.UK Design System team at design-system@digital.mod.uk if you have questions or feedback.