{{ define "head" }} {{ end }} {{ define "body" }}

Mastodon/Status view

Status

{{ with .Params.mastodon.spoiler_text }}

{{.}}

{{ end }} {{ with .Content }}
{{.}}
{{ end }}

Status params

{{ range $k, $v := .Params.mastodon }}
{{$k}}
{{$v}}
{{ end }}

Activity

{{ with .Resources.Get "activity" }}
{{.Content | unmarshal | jsonify (dict "indent" "  ") }}
{{ end }}
{{ end }}