Skip to main content
U.S. flag

An official website of the United States government

{% if config.BANNER_NOTICES and not request.cookies.get('no-show-banner-message') %}
    {% for notice in config.BANNER_NOTICES %}
  • {{ notice|safe }}
  • {% endfor %}
{% endif %}