all repos — honk @ 8c14fb9c6de790b2c62c4f690b9a4e6f9c77a944

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>