Initial commit
This commit is contained in:
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"}}
|
||||
Reference in New Issue
Block a user