{% import "entry_macros.html" as macros %}

Range

Update
{% for mic in micrographs %}
{% set card_id = 'mic_card%d'|format(loop.index) %} {% set card_compact = True %} {% include 'micrograph_card.html' %}
{% endfor %}