  <div class="notification-bar notification-bar--banner notification-bar--dismissable"
       data-controller="notification"
       data-notification-target="notification"
       id="3fba505e-4a8a-4a50-ac6d-265e2cb492cb">
    <span class="notification-bar__icon">
      <i class="fa fa-ticket" aria-hidden="true"></i>
    </span>
    <span class="notification-bar__message">
      Join us at PyCon US 2026 in Long Beach, CA starting May 13! Grab your ticket today before they&#39;re gone.&nbsp;
      <a href="https://us.pycon.org/2026/attend/information/"
         class="button button--dark button--small button--primary"
         target="_blank"
         rel="noopener">PYCON US: TICKET SALES ENDING SOON!</a>
    </span>
      <button type="button"
              title="Dismiss this notification"
              data-notification-target="dismissButton"
              data-action="click->notification#dismiss"
              class="notification-bar__dismiss"
              aria-label="Close">
        <i class="fa fa-times" aria-hidden="true"></i>
      </button>
  </div>
