8 lines
		
	
	
		
			296 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			296 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ define "tpl" }}
 | |
| <div class="ui container">
 | |
| 	<div class="ui segment">
 | |
| 		{{ .T "Ooops! Looks like something went really wrong while trying to process your request. Perhaps report this to a Ripple developer? Retrying doing what you were trying to do might work, too." }}
 | |
| 	</div>
 | |
| </div>
 | |
| {{ end }}
 |