all repos — honk @ 7fff824d6c40ae7a98fcc7882c1d0a7e12a0473e

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>