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">
2019-02-23 16:59:14 +00:00
{{ .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." }}
2019-02-23 13:29:15 +00:00
</div>
</div>
{{ end }}