all repos — nirvash @ ab4af46218c9477f931b7aa4113c02963bf61c18

modular CMS using the quartzgun library

templates/error.html (raw)

1
2
3
4
5
6
7
8
{{ $params := (.Context).Value "params" }}

{{ template "header" . }}

  <h2>Error</h2>
  <span class="adapter-error">{{$params.ErrorCode}}: {{$params.ErrorMessage}}</span>

{{ template "footer" . }}