all repos — honk @ 2ea80d2abb9685c3f66de2a56e02ccf2186c8d3e

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>