{{ define "main" }}

{{ .Title }}

{{ if .Params.date }} {{ end }}
{{ if .Params.thumbnail }}
{{ $image := .Resources.GetMatch .Params.thumbnail }} {{ if $image }} {{ .Title }} {{ end }}
{{ end }}
{{ .Content }}
{{ end }}