This repository has been archived on 2019-06-27. You can view files and clone it, but cannot push or open issues/pull-requests.
am/templates/error.html

13 lines
134 B
HTML

{{define "Error" -}}
{{template "PageStart"}}
<h1>Error</h1>
<section>
<p>{{.}}</p>
</section>
{{template "PageEnd"}}
{{- end}}