- - {{ partial "development/draft_tag.html" . }} - - {{ .Title }} - {{ .Date | time.Format "January 2, 2006" }} - - - - {{ .Content }} - - - - {{ if .Params.tags }} - - {{ end }} - - - {{ $pages := where site.RegularPages "Type" "in" site.Params.mainSections }} - {{ if and (gt (len $pages) 1) (in $pages . ) }} - - {{ with $pages.Next . }} - ←{{ .Name }} - {{ end }} {{ with $pages.Prev . }} - {{ .Name }}→ - {{ end }} - - {{ end }} -
+ + {{ partial "development/draft_tag.html" . }} + + {{ .Title }} + {{ .Date | time.Format "January 2, 2006" }} + + + + {{ .Content }} + + + +