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