{{ define "activity_announce_note" }} {{ $actors := .actors }} {{ $announcements := .announcements }} {{ $media := .media }} {{ with $item := .item }} {{ with $boost := $item.announce_note}} {{ with $note := $boost.note }}
Note by {{- $actors.Lookup "name" $note.author -}} on {{ datetime $note.published_at }}
{{- $note.content | toHTML -}} {{ if $note.media }} {{ end }}