Files
notifications-admin/app/templates/vendor/govuk-frontend/components/back-link/template.njk
2022-08-03 15:06:18 -07:00

3 lines
334 B
Plaintext

<a href="{%- if params.href %}{{ params.href }}{% else %}#{% endif -%}" class="govuk-back-link{%- if params.classes %} {{ params.classes }}{% endif -%}"
{%- for attribute, value in params.attributes %} {{attribute}}="{{value}}"{% endfor %}>{{ (params.html | safe if params.html else (params.text if params.text else 'Back')) }}</a>