{{.Title}}
			{{ dateFormat ":date_long" .Date.Local }}
			{{- if .Params.toc -}}
			 ·
			
			
			
		{{ if .Content -}}
		
				{{ .TableOfContents }}
			
			{{- end }}
		
			{{ with .Params.featuredImage -}}
			{{ with $.Resources.GetMatch . -}}
			
				 
			 
			{{- end }}
			{{- end }}
			{{ .Content }}
		
		{{- end }}
		
		{{ partialCached "comments.html" . }}