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