{% if cell.params.copy_button or cell.params.expand_button %}
{% if cell.params.copy_button %} {% endif %} {% if cell.params.expand_button %} {% endif %}
{% endif %}
{% if cell.headers %} {% for h in cell.headers %} {% endfor %} {% endif %} {% for row in cell.rows %} {% for val in row %} {% endfor %} {% endfor %}
{{ h }}
{{ val }}
{% if cell.params.caption %}

{{ cell.params.caption }}

{% endif %}