all repos — flounder @ e9b49da1c1c88b9ff1c0749c4b6d2a91c43607fb

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