{{ define "main" }}
Year Page Layout
{{ with .Params.banner }}{{ .content | markdownify }}
{{ with .button }} {{ if .enable }} {{ .label }} {{ end }} {{ end }} {{ with .button2 }} {{ if .enable }} {{ .label }} {{ end }} {{ end }} {{ if .content_bottom }}{{ .content_bottom | markdownify }}
{{ end }}