$def with (docs, input={}) $var title: Admin Center / Inspect
$:render_template("admin/menu")

Inspect Store

Get

Key

Query

Type Name Value

Documents

$if docs: $for doc in docs:
Key Type Json
$doc['_key'] $doc.get("type", "-")
$json_encode(doc, indent="    ", sort_keys=True)
$else: No results found.