1
Files
2025/themes/2026/layouts/_partials/asides/oeuvres.html
2026-02-21 01:50:39 +01:00

11 lines
341 B
HTML

{{- $page := . -}}
{{- with $page.Params.oeuvres -}}
{{- range . -}}
{{- if eq . "L'Anankéisme" -}}
{{- partial "oeuvres/l-anankeisme.html" $page -}}
{{- else if eq . "L'Humain, cette espèce primitive" -}}
{{- partial "oeuvres/l-humain-cette-espece-primitive.html" $page -}}
{{- end -}}
{{- end -}}
{{- end -}}