11 lines
285 B
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
|
|
) -}}
|