You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							15 lines
						
					
					
						
							340 B
						
					
					
				
			
		
		
	
	
							15 lines
						
					
					
						
							340 B
						
					
					
				| {{if .Flash.ErrorMsg}}
 | |
| 	<div class="ui negative message">
 | |
| 		<p>{{.Flash.ErrorMsg | Str2html}}</p>
 | |
| 	</div>
 | |
| {{end}}
 | |
| {{if .Flash.SuccessMsg}}
 | |
| 	<div class="ui positive message">
 | |
| 		<p>{{.Flash.SuccessMsg | Str2html}}</p>
 | |
| 	</div>
 | |
| {{end}}
 | |
| {{if .Flash.InfoMsg}}
 | |
| 	<div class="ui info message">
 | |
| 		<p>{{.Flash.InfoMsg | Str2html}}</p>
 | |
| 	</div>
 | |
| {{end}}
 | |
| 
 |