{% for item in nzines %} {% if item.npub in indices|keys %} {% set idx = indices[item.npub] %} {% if idx|length > 0 %}

{{ idx.title }}


{% endif %} {% endif %} {% endfor %}