nirvash/templates/error.html

9 lines
200 B
HTML
Raw Normal View History

{{ $params := (.Context).Value "params" }}
{{ template "header" . }}
<h2>Error</h2>
<span class="adapter-error">{{$params.ErrorCode}}: {{$params.ErrorMessage}}</span>
{{ template "footer" . }}