all repos — honk @ 5a46f9c7f95cda4ecea792eda4a1d37d60f6b94d

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>