all repos — honk @ 3b541a0f25c5bd7dabbb351c87a3fc65c4e4989a

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>