all repos — honk @ d9043d898ed2654a70442ed584ed76c8a236b5df

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>