{{ define "main" }}

{{ .Title }}

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