2018-03-18 18:37:19 -07:00
|
|
|
<!-- toggled in 2xx.html based on whether the user is logged in or not -->
|
2018-03-20 20:56:52 -07:00
|
|
|
<div class="hidden-from-ssr">
|
2018-01-20 20:30:49 -08:00
|
|
|
<slot></slot>
|
|
|
|
</div>
|
2018-03-18 18:37:19 -07:00
|
|
|
<style>
|
|
|
|
.hidden-from-ssr {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
2018-03-20 20:56:52 -07:00
|
|
|
</style>
|