Initial Codebase (untested)

This commit is contained in:
James Mills
2021-01-30 14:05:04 +10:00
parent c1dc91b7e0
commit 4529ea3196
60 changed files with 9807 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{{define "content"}}
<article class="grid">
<div>
<hgroup>
<h2>{{ if .Error }}Error{{ else }}Success {{ end }}</h2>
<h3>{{ .Message }}</h3>
</hgroup>
</article>
{{end}}