{{define "post.html"}}{{template "base.html" .}}{{end}} {{define "title"}}{{.Post.DisplayTitle}} — {{.BlogTitle}}{{end}} {{define "meta"}} {{if .Post.MetaDescription}} {{end}} {{if and .Post.MetaImage .Post.MetaImageStr}} {{else if .OGImageURL}} {{else}} {{end}} {{if .Post.CanonicalURL}} {{end}} {{end}} {{define "content"}}
{{if .Post.HasTitle}}

{{.Post.TitleStr}}

{{end}} {{if .Post.MetaDescription}}

{{.Post.MetaDescriptionStr}}

{{end}}
{{if .Post.PublishedDate}} {{end}} {{if .Post.Weather}} {{.Weather.Icon}}

{{.Weather.Conditions}}

{{.Weather.Temperature}}

{{.Weather.Location}}

{{end}}
{{if .Post.Tags}}
{{range .Post.TagList}} {{.}} {{end}}
{{end}}
{{.RenderedContent}}
{{end}}