mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
10 lines
335 B
HTML
10 lines
335 B
HTML
{% from "components/uk_components/inset-text/macro.njk" import govukInsetText %}
|
|
|
|
<h2 class="heading-medium">Links and URLs</h2>
|
|
<p class="bottom-gutter-1-3">
|
|
Always use full URLs, starting with https://. For example:
|
|
{{ govukInsetText({
|
|
"text": "Apply now at https://www.usa.gov/example",
|
|
"classes": "govuk-!-margin-top-0"})
|
|
}}
|