changed page title and h1 on choose.html

This commit is contained in:
Beverly Nguyen
2024-12-02 14:22:45 -08:00
parent 994a314f31
commit 66c377c39d
2 changed files with 10 additions and 9 deletions

View File

@@ -3,10 +3,10 @@
service_id,
template_type,
current_user,
link_current_item=False,
root_element='h2'
link_current_item=False
) %}
<{{ root_element }} class="font-body-lg folder-heading margin-bottom-0"{% if root_element == 'h1' %} id="page-header"{% endif %}>
<nav class="navigation-service usa-breadcrumb padding-top-0">
{% for folder in folders %}
{% if loop.last and not link_current_item %}
{% if folder.template_type or not folder.id %}
@@ -27,7 +27,7 @@
{% if not loop.last %}{{ folder_path_separator() }}{% endif %}
{% endif %}
{% endfor %}
</{{ root_element }}>
</nav>
{% endmacro %}