1
Files
2025/themes/2026/layouts/_partials/article-further-reading.html

11 lines
285 B
HTML

{{- $items := partial "resolve-pages-from-urls.html" (dict
"URLs" .Params.further_reading
"CurrentPage" .
) -}}
{{- partial "article-pages-block.html" (dict
"Title" "Pour aller plus loin"
"Class" "article-further-reading"
"Pages" $items
"ShowDossierBeforeTitle" true
) -}}