forked from cybrespace/pinafore
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			No EOL
		
	
	
		
			185 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			No EOL
		
	
	
		
			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> |