This repository has been archived on 2023-08-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
dex/web/templates/error.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" . }}