mirror of
				https://github.com/taigrr/wtf
				synced 2025-01-18 04:03:14 -08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			98 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			98 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{with .Get "hidden"}}
 | |
| 	{{if eq . "false"}}
 | |
| 		{{$.Inner}}			
 | |
| 	{{end}}
 | |
| {{else}}
 | |
| 	{{.Inner}}
 | |
| {{end}} |