all repos — flounder @ 44cc1a7b899a44c84d0f2d87e95d46571c8c9abd

A small site builder for the Gemini protocol

templates/error.html (view raw)

1{{template "header" .}}
2<title>Error!</title>
3<h1>Error</h1>
4<div class="error">{{.StatusCode}} {{ .ErrorMsg }}</div>
5{{template "footer" .}}