{{ if .Params.image }}
{{ .Title }}
{{ end }}
{{ .Params.type }}
{{ .Date.Format "Jan 02, 2006" }}
{{ .ReadingTime }} min read
{{ partial "share-sidebar.html" . }}
{{ .Content }}
{{ $section := .Site.GetPage .Section }}
{{ if $section }}
{{ $prevPage := .PrevInSection }}
{{ $nextPage := .NextInSection }}
{{ if or $prevPage $nextPage }}
{{ end }}
{{ end }}