all repos — honk @ 2edcd98987f8277be84cccc58bc27d8ceafc750e

my fork of honk

views/about.html (view raw)

 1
 2
 3
 4
 5
 6
{{ template "header.html" . }}
<main>
<div class="info">
{{ .AboutMsg }}
</div>
</main>