You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

500.tmpl 425 B

3 years ago
3 years ago
12345678910111213
  1. {{template "base/head" .}}
  2. {{if .IsRepo}}<div class="repository">{{template "repo/header" .}}</div>{{end}}
  3. <div class="ui container center" style="min-height: 70%;">
  4. <div class="ui basic very padded segment">
  5. <img class="ui centered medium image" src="{{StaticUrlPrefix}}/img/icon-500@2x.png">
  6. <h2>{{.i18n.Tr "error500_index"}}</h2>
  7. <p>{{.i18n.Tr "error500" | Safe}}</p>
  8. </div>
  9. </div>
  10. {{template "base/footer" .}}