1

Bloc "Pour aller plus loin"

This commit is contained in:
2026-04-05 00:14:23 +02:00
parent 7592c9cace
commit adcb370623
19 changed files with 204 additions and 168 deletions

View File

@@ -0,0 +1,10 @@
{{- $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
) -}}