<div class="cms-table {{ class|default }}"><table class="cms-table__data">{% if tableData.thead|default %}<thead><tr class="cms-table__head">{% for thead in tableData.thead %}<th class="cms-table__item-head">{{ thead.value }}</th>{% endfor %}</tr></thead>{% endif %}<tbody>{% for tbody in tableData.tbody %}<tr class="cms-table__row">{% for item in tbody.body %}<td class="cms-table__item">{{ item.value }}</td>{% endfor %}</tr>{% endfor %}</tbody></table></div>