dip/templates/error.html
2020-01-21 18:42:34 +01:00

10 lines
109 B
HTML

<html>
<head>
{{ template "head.html" .}}
</head>
<body>
<h1>Error</h1>
<p>{{ . }}</p>
</body>
</html>