{# Dataset list partial; #dataset-list-table is the hx-target. #}
{% if rows %} {% for row in rows %} {% endfor %}
NameSlugSourceSizeUpdated
{{ row.name }} {{ row.slug }} {{ row.source_type }} {{ row.size_bytes }} {{ row.updated_at.strftime("%Y-%m-%d %H:%M") }}
{% else %}

No datasets yet. Upload one to start embedding query results in posts.

{% endif %}