{{ note.getActorNickname() }}'s avatar {{ note.getActorNickname() }}
{{ note.getContent() }} {% for attachment in note.getAttachments() %}
{{ attachment.getTitle() }}
{% endfor %}
{% for reply in note.getReplies() %} {% include '/note/view.html.twig' with {'note': reply} only %} {% endfor %}