all repos — nirvash @ main

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" . }}