all repos — honk @ 6762420a77a92594067be4edc6e62473d7dda14d

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>