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