polycule-connect/polyculeconnect/templates/error.html
Melora Hugues 4507728dae
All checks were successful
continuous-integration/drone/push Build is passing
Add first basic POC
2023-10-14 18:28:01 +02:00

8 lines
No EOL
171 B
HTML

{{ template "header.html" . }}
<div class="theme-panel">
<h2 class="theme-heading">{{ .ErrType }}</h2>
<p>{{ .ErrMsg }}</p>
</div>
{{ template "footer.html" . }}