{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ if .Params.Article }}
<h5>{{ .Params.Description }}</h5>
{{ end }}
<div class="container">{{ .Content }}</div>