8 lines
		
	
	
		
			184 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			184 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ define "tpl" }}
 | |
| <div class="ui container">
 | |
| 	<div class="ui segment">
 | |
| 		{{ .T "We're sorry, but we were unable to find the content you were looking for!" }}
 | |
| 	</div>
 | |
| </div>
 | |
| {{ end }}
 |