blob: e3b6a7de1e8739777a6076fe0236347e9a0414d5 [file] [log] [blame]
{{ define "jumbotron"}}{{ partial "jumbotron.html" . }}{{end}}
{{ define "main" }}
<main>
<div class="{{ if (and (isset .Page.Params "container") (ne .Page.Params ""))}}{{ .Page.Params.container }}{{else}}container{{end}}">
{{ .Content }}
</div>
</main>
{{ end }}