all repos — honk @ 552c9898818450dd43dbfe145f6dcdb059e8b416

my fork of honk

views/about.html (view raw)

 1
 2
 3
 4
 5
 6
 7
{{ template "header.html" . }}
<main>
<div class="info">
{{ .AboutMsg }}
<p style="text-align:right"><small>version: {{ .HonkVersion }}</small>
</div>
</main>