all repos — honk @ 8ce871398fdbdb10493b385ed40e54ad1763b249

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>