mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-14 23:08:07 -04:00
7 lines
357 B
Plaintext
7 lines
357 B
Plaintext
<nav class="usa-breadcrumb" aria-label="Breadcrumb">
|
|
<a href="{{ params.href.url or params.href or '#' }}" class="usa-link usa-back-link display-inline-flex {{ params.classes or '' }}"
|
|
{%- for attribute, value in params.attributes %} {{ attribute }}="{{ value }}" {% endfor %}>
|
|
{{- params.html | safe or params.href.text or 'Back' -}}
|
|
</a>
|
|
</nav>
|