{% macro render_note(note, last) %}

● {{ note.object.title }}

{{ note.html|sanitize_html }} {% if not last %}
{% endif %} {% endmacro %} {% for note in notes %} {{ render_note(note, last=loop.last) }} {% endfor %}