{% if cell.params.expand_button %}
{% endif %}
{% for src in cell.resolved_srcs %}
{{ cell.captions[loop.index0] if cell.captions else '' }} {% if cell.captions and cell.captions[loop.index0] %}

{{ cell.captions[loop.index0] }}

{% endif %}
{% endfor %}
{% if cell.resolved_srcs | length > 1 %}
{% for src in cell.resolved_srcs %} {% endfor %}
{% endif %}
{% if cell.params.caption %}

{{ cell.params.caption }}

{% endif %}