all repos — honk @ 0bf4d780c596ed2d92e41c6114bf0ffddcb0e7d9

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>