all repos — honk @ 8d77d070c508923536f02eb75cde84f96930f920

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>