Use the back link component to help users go back to the previous page in a multi-page transaction.
Although browsers have a back button, some sites break when you use it - so many users avoid it, instead of losing their progress in a service. Also, not all users are aware of the back button.
Do not add a back link if you are also using breadcrumbs.
Formatted example
BackHTML code
<a class="back-link" href="#">Back</a>
Markdown
# Add the following to the page front matter:
back: /page-path