{{ define "main" }}

{{ .Title }}

{{ if .Date }} {{ end }} {{ if .Params.featured_image }} {{ $featuredImage := .Resources.GetMatch (.Params.featured_image.src | safeURL) }} {{ if $featuredImage }} {{ $featuredImage = $featuredImage.Resize "600x" }}
{{ with .Params.featured_image.caption }}
{{ . }}
{{ end }}
{{ end }} {{ end }} {{ range .Params.tags }} {{ . }} {{ end }}
{{ .Content }}
{{ end }}