{{ define "header" }} {{ if eq .Params.headerstyle "text" }}
{{ else }}
{{ end }}
{{ range .Params.tags }} {{ . }} {{ end }}

{{ .Title }}

{{ .Params.subtitle }}

{{ end }} {{ define "main" }}
{{ .Content }} {{ if .Site.Params.reward }} {{ partial "reward.html" . }} {{ end }} {{ if or (.PrevInSection) (.NextInSection) }}
{{ end }}
{{ if not (eq (.Param "showtoc") false) }} {{ end }}
{{ end }}