{{template "header.tmpl" .}}

Outbox

These activity links should 404 because they are accessible as ActivityStreams content but not as web page content. This is to showcase this framework feature. It is not a limitation, as a developer could instead decide to support rendering it as a webpage. I just choose not to do so for activities in this demo app. For example, to verify the data is available to federated peers, you can run:

curl $ID -H "Accept: application/activity+json"
Which will fetch the content as ActivityStreams data.

{{$root := .}} {{if isString .Other.orderedItems}} {{else}} {{range $i, $_ := seq (len .Other.orderedItems)}} {{with (index $root.Other.orderedItems $i)}} {{end}} {{end}} {{end}}
Activity
{{.Other.orderedItems}}
{{.}}
{{if .Other.prev}}

Prev

{{else}}

Prev

{{end}} {{if .Other.next}}

Next

{{else}}

Next

{{end}} {{template "footer.tmpl" .}}