{{- define "main" -}}
{{- with .Params.hero.tags -}} {{- end -}}

{{ with .Params.hero.title }}{{ . }}{{ else }}{{ .Title }}{{ end }}

{{- with .Params.hero.deck -}}

{{ . }}

{{- end -}} {{- if and (not .Params.hero.deck) .Summary -}}

{{ .Summary }}

{{- end -}}
{{- with .Params.study -}} {{- end -}}
{{- with .Params.study.toc -}} {{- end -}}
{{ .Content }}
{{- end -}}