indiescrobble/templates/error.tmpl

11 lines
168 B
Cheetah
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
2022-02-05 16:24:07 +00:00
{{ template "head.tmpl" . }}
<body>
2022-02-05 16:24:07 +00:00
{{ template "header.tmpl" . }}
<main>
2022-02-05 16:24:07 +00:00
<h2>Error</h2>
{{ .message }}
</main>
</body>
</html>