{{ with .Resources.GetMatch "featuredImage" }} {{ with $.Resources.GetMatch (replace (.Title) (path.Ext (.Title)) ".webp") -}} {{- end }} {{ $thumbnail := .Fit "800x600 Lanczos" }} {{ . }} {{- end }}

{{ .Title }}

{{ if (isset .Params "description") }}{{ index .Params "description" | htmlUnescape }}{{ else }}{{ .Summary | plainify | htmlUnescape }}{{ end }}

Posted

{{ if (isset .Params "categories") }}

{{ range .Params.categories }}#{{ . | urlize | title }} {{ end }}

{{ end }}