Files
notifications-admin/app/templates/partials/templates/guidance-links.html
2022-12-14 11:55:21 -05:00

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"})
}}