all repos — flounder @ 28a9a4a408c7eaa482ea32e27e80c6e87eb67d62

A small site builder for the Gemini protocol

templates/message.html (view raw)

1{{template "header" .}}
2<h1>{{.Title}}</h1>
3{{ .Message }}
4<a href="//{{.Config.Host}}">Go home</a>
5{{template "footer" .}}