$def with (type, usetable=0) $# Used on http://localhost:8080/about?m=edit for blank page $# and any generic page in the admin UI; e.g. creating a page.
$if ctx.user and ctx.user.is_admin():
 $_('Huh?')
$:thinginput(type, name="type.key", id="type.key", expected_type="/type/type", kind="regular", onchange="changeTemplate();")
$else: