{{ define "head" }} {{ with .Params.author }} {{ end }} {{ end }} {{ define "main" }}

{{ .Title }}

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