mirror of
				https://github.com/taigrr/wtf
				synced 2025-01-18 04:03:14 -08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			205 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			205 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <div class="alert {{ if .IsNamedParams }}
 | |
| {{with .Get "theme" }}alert-{{.}}{{else}}alert-info{{end}}"
 | |
| {{else}}
 | |
| 	{{with .Get 0 }}alert-{{.}}{{else}}alert-info{{end}}"
 | |
| {{end}} 
 | |
| role="alert">{{.Inner}}</div>
 |