13 lines
No EOL
333 B
HTML
13 lines
No EOL
333 B
HTML
{{ template "header.html" . }}
|
|
|
|
<script src="/static/scripts/error.js" defer></script>
|
|
|
|
<div class="container">
|
|
<div class="container-content">
|
|
<button id="error-back" class="button button-cancel">Back</button>
|
|
<h2>{{ .ErrType }}</h2>
|
|
<p>{{ .ErrMsg }}</p>
|
|
</div>
|
|
</div>
|
|
|
|
{{ template "footer.html" . }} |