{% macro thead(columns) %}
{% for column in columns %}
{% endmacro %}
{% macro tbody(rows) %}
{{ column }}
{% endfor %}
| {{ header }} | {% endfor %} {% if actions %}Actions | {% endif %}
|---|---|
| {{ cell }} | {% endfor %} {% if actions %}{% for action in actions %} {{ action.icon }} {% endfor %} | {% endif %}