{{ define "main" }}

{{ .Title }}

{{ with .Date }}
Publié le
{{ end }} {{ if (and .Params.banner false ) }} helloworld {{ $featuredImagePath := (.Params.banner | safeURL)}} {{ $featuredImageRelPath := (strings.TrimPrefix "https://werobot.fr/" $featuredImagePath )}} {{ $featuredImage := resources.Get $featuredImageRelPath }} {{ debug.Dump $featuredImage }} {{ debug.Dump $featuredImagePath }} {{ debug.Dump $featuredImageRelPath }} {{ $featuredImageCaption := "Bannière représentant l'article" }} {{ if $featuredImage }} {{ $featuredImage = $featuredImage.Resize "600x" }}
{{ $featuredImageCaption }}
{{ $featuredImageCaption }}
{{ end }} {{ end }} {{ range .Params.tags }} {{ . }} {{ end }} {{ block "previousnextblock" . }}{{ end }}
{{ .Content | safeHTML }}
{{ block "previousnextblock" . }}{{ end }}
{{ end }} {{ define "previousnextblock"}} {{ $pages := .CurrentSection.Pages.ByWeight }} {{ $pagesNext := ($pages.Next .)}} {{ $pagesPrev := ($pages.Prev .)}}
{{ end }}