{# Table component with dark theme styling. Usage: {% from "components/table.html" import table, table_row %} {% call table(columns=["Name", "Status", "Actions"]) %} {% for item in items %} {{ table_row([item.name, item.status, actions_html]) }} {% endfor %} {% endcall %} #} {% macro table(columns, class="", id="") %}
| {{ col }} | {% endfor %}
|---|