Epic #10: Improve main UI #8
1 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,10 @@
|
||||||
{{ template "header.html" . }}
|
{{ template "header.html" . }}
|
||||||
|
|
||||||
<div class="theme-panel">
|
<div class="container">
|
||||||
<h2 class="theme-heading">{{ .ErrType }}</h2>
|
<div class="container-content">
|
||||||
<p>{{ .ErrMsg }}</p>
|
<h2>{{ .ErrType }}</h2>
|
||||||
|
<p>{{ .ErrMsg }}</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ template "footer.html" . }}
|
{{ template "footer.html" . }}
|
Loading…
Reference in a new issue