1
0
mirror of https://github.com/nolanlawson/pinafore synced 2024-12-08 08:24:19 +01:00
Pinafore-Web-Client-Frontend/routes/_components/HiddenFromSSR.html
2018-03-20 20:56:52 -07:00

9 lines
185 B
HTML

<!-- 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>