Initial Commit
This commit is contained in:
16
templates/error.html
Normal file
16
templates/error.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{{define "page"}}
|
||||
Error
|
||||
{{end}}
|
||||
|
||||
{{define "body"}}
|
||||
<section class="hero is-fullheight">
|
||||
<div class="hero-body">
|
||||
<div class="container has-text-centered">
|
||||
<p class="title">{{.Message}} ({{.Status}})</p>
|
||||
{{if .ErrExists}}
|
||||
<p>{{.Error}}</p>
|
||||
{{end}}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user