all repos — honk @ 573379224ab42c4fb6c19c7f30aa04032c9aad82

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>