{{ note.title }}

Shared by {{ note.created_by.username }} • Created {{ note.created_at|format_date }} {% if note.updated_at > note.created_at %} • Updated {{ note.updated_at|format_date }} {% endif %}
{% if share %}
{% if share.expires_at %} {% endif %}
{% endif %}
{{ note.render_html()|safe }}