mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-03 17:48:26 -04:00
15 lines
513 B
HTML
15 lines
513 B
HTML
{% from "components/components/inset-text/macro.njk" import usaInsetText %}
|
|
|
|
<h3 class="usa-accordion__heading">
|
|
<button type="button" class="usa-accordion__button" aria-expanded="false" aria-controls="links-and-urls">
|
|
Links and URLs
|
|
</button>
|
|
</h3>
|
|
<div id="links-and-urls" class="usa-accordion__content usa-prose">
|
|
<p>
|
|
Always use full URLs, starting with https://. For example:
|
|
{{ usaInsetText({
|
|
"text": "Apply now at https://www.usa.gov/example",
|
|
"classes": "usa-body"})
|
|
}}
|
|
</div> |