1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-02-01 06:16:47 +01:00

9 lines
185 B
HTML
Raw Normal View History

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>