500.tmpl 359 B

12345678910
  1. {{template "base/head" .}}
  2. <div class="ui container center">
  3. <p style="margin-top: 100px"><img src="{{AppSubUrl}}/img/500.png" alt="500"/></p>
  4. <div class="ui divider"></div>
  5. <br>
  6. {{if .ErrorMsg}}<p>An error has occurred : {{.ErrorMsg}}</p>{{end}}
  7. {{if .ShowFooterVersion}}<p>Application Version: {{AppVer}}</p>{{end}}
  8. </div>
  9. {{template "base/footer" .}}