Merge branch 'main' into 2125-send-message-a11y-audit-unique-ids

This commit is contained in:
Beverly Nguyen
2024-12-17 11:48:05 -08:00
23 changed files with 1146 additions and 1013 deletions

View File

@@ -12,6 +12,19 @@
{{ usaBackLink({ "href": back_link }) }}
{% endblock %}
{% block skipLink %}
{% set skipLink = usaSkipLink({
"href": '#main-content',
"text": 'Skip to main content'
}) %}
{% if errors %}
<div>{{ skipLink }}</div>
{% else %}
{{ skipLink }}
{% endif %}
{% endblock %}
{% block maincolumn_content %}
{{ page_header(page_title) }}