Combine error templates.

This commit is contained in:
mikestefanello 2021-12-11 16:06:28 -05:00
parent 3a9f0d1879
commit 58e75cf7a6
8 changed files with 24 additions and 18 deletions

View file

@ -28,12 +28,12 @@
<section class="section">
<div class="container">
{{- if .Title}}
<h1 class="title">{{.Title}}</h1>
{{- end}}
{{- if .Title}}
<h1 class="title">{{.Title}}</h1>
{{- end}}
{{template "messages" .}}
{{template "content" .}}
{{template "messages" .}}
{{template "content" .}}
</div>
</section>
</body>