<!-- toggled in 2xx.html based on whether the user is logged in or not -->
<div class="hidden-from-ssr">
  <slot></slot>
</div>
<style>
  .hidden-from-ssr {
    opacity: 0;
  }
</style>