{{ if or .Date (.GetTerms "tags") }}
{{ if .Date }}
{{ partial "icon.html" "calendar" }}
{{ if ne .Lastmod .Date }}
{{ end }}
{{ end }}
{{ range (.GetTerms "tags") }}
{{ partial "icon.html" "tag" }}
{{ .LinkTitle }}
{{ end }}
{{ end }}
{{ with .Resources.GetMatch "feature" }}
{{ if eq .MediaType.MainType "image" }}
{{ else if eq .MediaType.MainType "video" }}
{{ end }}
{{ end }}
{{ if .Description }}
{{ .Description | markdownify }}
{{ else }}
{{ .Summary | markdownify }}
{{ end }}