{{ define "main" }}
<div class="container flex-shrink-0 pt-5 pb-5">
<h1>{{ .Title }}</h1>
{{ .Content }}
</div>
{{ end }}