11 lines
341 B
HTML
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 -}}
|