$def with (resource) $ path = tx.request.uri.path $ owner = tx.host.owner
$if not tx.request.uri.path:$owner["note"][0]
$if "email" in owner: $ email = get_first(owner, "email") $if "onion" in owner:
$ onion = get_first(owner, "onion")
$if onion:
$onion
$ key = get_first(owner, "key")
$if key:
$:"–".join(key.split()[:2])