polycule-connect/polyculeconnect/templates/error.html

8 lines
171 B
HTML
Raw Permalink Normal View History

2023-10-14 16:06:02 +00:00
{{ template "header.html" . }}
<div class="theme-panel">
<h2 class="theme-heading">{{ .ErrType }}</h2>
<p>{{ .ErrMsg }}</p>
</div>
{{ template "footer.html" . }}