mirror of
https://github.com/netbirdio/dex.git
synced 2026-05-22 18:43:53 -07:00
9 lines
168 B
HTML
9 lines
168 B
HTML
{{ template "header.html" . }}
|
|
|
|
<div class="theme-panel">
|
|
<h2 class="theme-heading">{{ .ErrType }}</h2>
|
|
<p>{{ .ErrMsg }}</p>
|
|
</div>
|
|
|
|
{{ template "footer.html" . }}
|