{{ define "activity_announce_note" }} {{ $actors := .actors }} {{ $announcements := .announcements }} {{ $media := .media }} {{ with $item := .item }} {{ with $boost := $item.announce_note}} {{ with $note := $boost.note }}
  • icon
    Boosted by icon {{- $actors.Lookup "name" $boost.announcer -}}

    Note by {{- $actors.Lookup "name" $note.author -}} on {{ datetime $note.published_at }}

    {{- $note.content | toHTML -}} {{ if $note.media }} {{ end }}
  • {{ end }} {{ end }} {{ end }} {{ end }}