Files
notifications-admin/app/templates/components/uk_components/skip-link/template.njk

4 lines
288 B
Plaintext
Raw Normal View History

<a href="{{ params.href | default('#content') }}" class="govuk-skip-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 -}}
</a>