mirror of
https://github.com/knadh/listmonk.git
synced 2025-01-08 23:37:56 +08:00
10 lines
171 B
HTML
10 lines
171 B
HTML
{{ define "error" }}
|
|
{{ template "header" .}}
|
|
|
|
<h2>{{ .ErrorTitle }}</h2>
|
|
<div>
|
|
{{ .ErrorMessage }}
|
|
</div>
|
|
|
|
{{ template "footer" .}}
|
|
{{ end }}
|