all repos — honk @ 31fba5f708c51dd3c5f930fb887d480689cc2347

my fork of honk

views/msg.html (view raw)

 1
 2
 3
 4
 5
 6
 7
{{ template "header.html" . }}
<main>
<div class="info">
<p>
{{ .ServerMessage }}
</div>
</main>