hanayo/templates/500.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 Yozora developer? Retrying doing what you were trying to do might work, too." }}
</div>
</div>
{{ end }}