{% extends "admin/base.html" %} {% block title %}{{ row.name }} · bragi admin{% endblock %} {% block content %}

{{ row.name }}

{{ row.slug }} · {{ row.source_type }} · {{ row.size_bytes }} bytes · sha256 {{ row.content_sha[:12] }}…

Explore

Metadata

Refresh (re-upload)

Uploading a new file replaces the data and re-renders every post and page that embeds it.

Saved queries

{% if queries %} {% for q in queries %} {% endfor %}
NameFormatDirective
{{ q.name }} {{ q.default_format }} ::: dataset slug={{ row.slug }} q={{ q.name }}
:::
{% else %}

No saved queries yet; create one from the explore console.

{% endif %}

Danger zone

{% endblock %}