{# Plugin datasets list — HTMX partial #} {% if datasets %} {% for ds in datasets %} {{ ds.table }} {{ ds.plugin }} {% if ds.description %}{{ ds.description }}{% endif %} sqlite_scan('{{ ds.db_path }}', '{{ ds.table }}') {% endfor %} {% else %}