all repos — flounder @ 9a91d2d93c2c4af24cd432509f21837568fba7a1

A small site builder for the Gemini protocol

templates/error.html (view raw)

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