indiescrobble/templates/error.tmpl

11 lines
168 B
Cheetah

<!DOCTYPE html>
<html lang="en">
{{ template "head.tmpl" . }}
<body>
{{ template "header.tmpl" . }}
<main>
<h2>Error</h2>
{{ .message }}
</main>
</body>
</html>