{% for item in list %}
{# Display Nostr link previews if links detected #} {% if commentLinks[item.id] is defined and commentLinks[item.id]|length > 0 %} {% endif %}
{% endfor %}