add file
Ted Unangst tedu@tedunangst.com
Sun, 13 Oct 2019 23:00:53 -0400
1 files changed,
7 insertions(+),
0 deletions(-)
jump to
A
views/msg.html
@@ -0,0 +1,7 @@
+{{ template "header.html" . }} +<main> +<div class="info"> +<p> +{{ .ServerMessage }} +</div> +</main>