{{ partial "header.html" . }}
{{ .Title }}
{{ .Title }}
{{ .Title }}

{{ .Content }}

{{ partial "dldropdown.html" . }}
Classements
{{ with .Params.lieux }}
Lieu : {{ range . }}{{ with ($.Site.GetPage (printf "/lieux/%s" .)) }}{{ .Title }}{{ end }}{{ end }}
{{ end }} {{ with .Params.picdates }}
Date de prise de vue : {{ range . }}{{ with ($.Site.GetPage (printf "/picdates/%s" .)) }}{{ .Title }}{{ end }}{{ end }}
{{ end }} {{ with .Params.ratio }}
Ratio : {{ range . }}{{ with ($.Site.GetPage (printf "/ratio/%s" .)) }}{{ .Title }}{{ end }}{{ end }}
{{ end }} {{ with .Params.themes }}
Thèmes
    {{ range . }}{{ with ($.Site.GetPage (printf "/themes/%s" .)) }}
  • {{ .Title }}
  • {{ end }}{{ end }}
{{ end }}
Métadonnées (EXIF)

Date de prise de vue :
{{ .Params.date.Format "2006-01-02 15:04:15 -0700" }}
Vitesse : {{ .Params.speed }}
Ouverture : f/{{ .Params.aperture }}
Longueur focale : {{ .Params.focal }} mm
Sensibilité : {{ .Params.iso }} ISO
Largeur : {{ .Params.widthFull }} pixels
Hauteur : {{ .Params.heightFull }} pixels
Poids : {{ .Params.fileSizeFull }}

{{ partial "footer.html" . }}