{% macro render_carosel_image(link, caption, idx, width, height) %} {% if idx == 0 %}
{{caption}}
{% else %}
{{caption}}
{% endif %} {% endmacro %} {% macro render_carosel(caroselitems, width=320, height=240) %} {% endmacro %}