<%= javascript_tag nonce: true do %>
document.getElementById('gov-banner').setAttribute('hidden', '');
<% end %>
<%= image_tag "uswds/dist/img/icon-dot-gov.svg", role: "img", "aria-hidden": true, class: "usa-banner__icon usa-media-block__img" %>
<%= t('shared.banner.gov_heading') %>
<%= t('shared.banner.gov_description_html') %>
<%= image_tag "uswds/dist/img/icon-https.svg", role: "img", "aria-hidden": true, class: "usa-banner__icon usa-media-block__img" %>
<%= t('shared.banner.secure_heading') %>
<%= t('shared.banner.secure_description_html', lock_icon: render('application/banner_lock_icon')) %>