{{ range first 1 (where site.RegularPages "Section" "tutos") }}
{{ .LinkTitle }}
{{end}}
Lecture en cours
{{ $outbox := getJSON "https://bookwyrm.social/user/5ika/outbox?page=1" }}
{{ with index $outbox.orderedItems 0 }}
{{ with index .attachment 0 }}
{{ .name }}
{{ end }}
{{ end }}