$def with (machine, domains) $var breadcrumbs = ("sites", "Sites", "machines", "Machines") $var title: $machine["name"]

$machine["ip_address"]

$ d = machine["details"]

$d

Last updated: $d.get("updated")

$if d.get("supervisor"):

Supervisor: $d["supervisor"]

$else:
$if d.get("nginx"):

Nginx: $d["nginx"]

$else:
$if d.get("tor"):

Tor: $d["tor"]

$else:
$if d.get("python"):

Python: $d["python"]

$else:

$if d.get("canopy"):

Canopy: $d["canopy"]

Identities

$#
$else: