Initial commit

This commit is contained in:
nemunaire
2018-11-12 23:31:10 +01:00
commit b99a321ded
35 changed files with 11997 additions and 0 deletions

7
static/message.html Normal file
View File

@@ -0,0 +1,7 @@
{{template "header"}}
<md-card-content layout="column" class="layout-column">
{{if .message}}<div class="q-error success">{{.message}}</div>{{end}}
{{if .error}}<div class="q-error">{{.error}}</div>{{end}}
{{if .details}}<p>{{.details}}</p>{{end}}
</md-card-content>
{{template "footer"}}