{{ $outbox := getJSON "https://bookwyrm.social/user/5ika/outbox?page=1" }} {{ range $outbox.orderedItems }} {{ if hasPrefix .content "

" }}

{{ with index .attachment 0 }} {{ (replaceRE ` \(.*?\)` "" (replaceRE `^(.*):` "$1" .name)) | safeHTML }} {{ end}}
{{ dateFormat "2 Jan 2006" .published }}
{{ (replaceRE `

\(comment on .*

` "" .content) | safeHTML}}
{{ end }} {{ end }}