Skip to content
Snippets Groups Projects
Select Git revision
  • 619f66cc00c354e8983592d4ee4a54ed64a32980
  • main default protected
  • ui-rewrite
3 results

error.html

Blame
  • Janne Mareike Koschinski's avatar
    619f66cc
    History
    error.html 459 B
    {{- /*gotype: git.kuschku.de/justjanne/imghost.ErrorData*/ -}}
    {{define "title"}}Error | ik8r{{end}}
    {{define "content"}}
      <div class="page">
        <div class="container centered">
          <p>
            <b>{{.Code}}.</b>
            <ins>That’s an error.</ins>
          </p>
          <p>
            An error occured while trying to access <code>{{.URL}}</code>.<br>
            <ins>Sorry about that.</ins>
    
            <code>{{.Error}}</code>
          </p>
        </div>
      </div>
    {{end}}