Initial commit
This commit is contained in:
commit
b99a321ded
35 changed files with 11997 additions and 0 deletions
7
static/message.html
Normal file
7
static/message.html
Normal 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"}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue