{% macro table(headers, class_name='') -%}
{% for header in headers %}{% endfor %} {{ caller() }}
{{ header }}
{%- endmacro %}