hanayo/templates/500.html

8 lines
296 B
HTML
Raw Normal View History

2019-02-23 13:29:15 +00:00
{{ 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 }}