{% macro product_bot_image(plan_index=0) %} {% set bot_files = [ 'images/bots/bot-teal.svg', 'images/bots/bot-purple.svg', 'images/bots/bot-cyan.svg', 'images/bots/bot-amber.svg' ] %} {% set bot_file = bot_files[plan_index % 4] %} {% endmacro %}