mirror of
				https://github.com/h44z/wg-portal.git
				synced 2025-11-04 08:06:18 +00:00 
			
		
		
		
	
		
			
	
	
		
			5 lines
		
	
	
		
			133 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			5 lines
		
	
	
		
			133 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								{{range $flash := $.Alerts}}
							 | 
						||
| 
								 | 
							
								    <div class="alert alert-{{$flash.Type}}" role="alert">
							 | 
						||
| 
								 | 
							
								        {{$flash.Message}}
							 | 
						||
| 
								 | 
							
								    </div>
							 | 
						||
| 
								 | 
							
								{{end}}
							 |