{{ if .Params.headerTitle }}{{ .Params.headerTitle }}{{ else }}{{ .Title }}{{ end }}
{{ if .Draft }} (Draft){{ end }}
{{- if .Params.tags -}}
{{- if .Params.tags.feature -}}
{{- partial "tags/feature.html" . -}}
{{- end -}}
{{- if .Params.tags.other -}}
{{- partial "tags/other.html" . -}}
{{- end -}}
{{- end -}}