{% for item in list %} {% set cid = item.id|default('') %} {% set cpk = item.pubkey|default('') %} {% set cts = item.created_at|default(null) %}
{% if cid != '' and commentLinks[cid] is defined and commentLinks[cid]|length > 0 %} {% endif %}
{% endfor %}
{% if quotes is defined and quotes|length > 0 %}

Quotes and references

Other notes that cite this article in a q tag (NIP-18) or reference its address in a / A (e.g. generic reposts, highlights).

{% for item in quotes %} {% set cid = item.id|default('') %} {% set cpk = item.pubkey|default('') %} {% set cts = item.created_at|default(null) %}
{% if cid != '' and quoteLinks[cid] is defined and quoteLinks[cid]|length > 0 %} {% endif %}
{% endfor %}
{% endif %}