all repos — flounder @ d4db5e2d3c517b27f59adb16486a0043b1f96f85

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