feat #34: add error UI
This commit is contained in:
parent
d18c91da23
commit
673eaeb10d
1 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,10 @@
|
|||
{{ template "header.html" . }}
|
||||
|
||||
<div class="theme-panel">
|
||||
<h2 class="theme-heading">{{ .ErrType }}</h2>
|
||||
<p>{{ .ErrMsg }}</p>
|
||||
<div class="container">
|
||||
<div class="container-content">
|
||||
<h2>{{ .ErrType }}</h2>
|
||||
<p>{{ .ErrMsg }}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{ template "footer.html" . }}
|
Loading…
Reference in a new issue