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

{{ .Title }}

{{ .Params.subtitle }}

{{ if .Params.metadata }} {{ range $index, $element := .Params.metadata }} {{ if .link }} {{ .text }} {{ else }} {{ .text }} {{ end }} {{ end }} {{ else }} Posted by {{ if .Params.author }} {{ .Params.author }} {{ else }} {{ .Site.Title }} {{ end }} on {{ .Date.Format "Monday, January 2, 2006" }} {{ if .Site.Params.page_view_conter }} {{ partial "page_view_counter.html" . }} {{ end }} {{ if (and (not .Lastmod.IsZero) (not (eq (dateFormat "2006-01-02" .Lastmod) (dateFormat "2006-01-02" .Date)))) }}
Last Modified on {{ dateFormat "Monday, January 2, 2006" .Params.LastMod }} {{ end }} {{ end }}
{{ end }} {{ define "main" }}
{{ .Content }} {{ if .Site.Params.reward }} {{ partial "reward.html" . }} {{ end }} {{ if or (.PrevInSection) (.NextInSection) }}
{{ end }} {{ partial "comments.html" . }}
{{ if not (eq (.Param "showtoc") false) }} {{ end }}
{{ end }}