2023-07-29 19:56:19 +00:00
|
|
|
{{ define "content" }}
|
2023-08-08 13:20:42 +00:00
|
|
|
<main class="container">
|
2023-07-29 19:56:19 +00:00
|
|
|
<h1>{{ .Title }}</h1>
|
|
|
|
{{ .Explanation }}
|
|
|
|
{{ if .ErrorMessage }}
|
|
|
|
<div class="alert alert-danger">{{ .ErrorMessage }}</div>
|
|
|
|
{{ end }}
|
2023-08-08 13:20:42 +00:00
|
|
|
</main>
|
2023-07-29 19:56:19 +00:00
|
|
|
{{ end }}
|