{% import '/cards/note/view.html.twig' as noteView %} {# Backwards compatibility with hAtom 0.1 #} {% if pinnednotes is not empty %}

Pinned Notes

{% for conversation in pinnednotes %} {% block current_note %} {% if conversation is instanceof('array') %} {{ noteView.macro_note(conversation['note'], conversation['replies']) }} {% else %} {{ noteView.macro_note(conversation) }} {% endif %}
{% endblock current_note %} {% endfor %}
{% endif %}