diff options
Diffstat (limited to 'i18n_views/msg.html')
-rw-r--r-- | i18n_views/msg.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/i18n_views/msg.html b/i18n_views/msg.html new file mode 100644 index 0000000..b729caa --- /dev/null +++ b/i18n_views/msg.html @@ -0,0 +1,7 @@ +{{ template "header.html" . }} +<main> +<div class="info"> +<p> +{{ .ServerMessage }} +</div> +</main> |