all repos — flounder @ f37b2e8dc4ee0c6517969b7d5df9b16cf318cbd6

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" .}}