{{ template "header.html" . }}

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

{{ template "footer.html" . }}