{{ define "main" }}

{{ .Title }}

{{ with .Date }} Publié le , {{ end }} {{ with .Lastmod }} Mis à jour le {{ 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 }}