Docs
alias Phoenix.LiveDashboard.HomePage

<HomePage.render
system_info={
  %{
    system_architecture: "x86_64-apple-darwin",
    elixir_version: "Elixir 1.17.0",
    app_version: "0.1.0",
    banner: "Erlang/OTP 27",
    phoenix_version: "Phoenix 1.7.13"
  }
}
environment={
  [
    {
      "MIX_ENV",
      "dev"
    },
    {
      "REGION",
      "local"
    }
  ]
}
system_limits={
  %{
    ports: 1024,
    processes: 262144,
    atoms: 1048576
  }
}
system_usage={
  %{
    io: {
      1048576,
      2097152
    },
    memory: %{
      atom: 8000000,
      binary: 10000000,
      code: 12000000,
      ets: 4000000,
      process: 6000000,
      total: 42000000,
      other: 2000000
    },
    ports: 120,
    processes: 1234,
    atoms: 42000,
    uptime: 12345,
    cpu_run_queue: 3,
    total_run_queue: 7
  }
}
page={
%PageBuilder{...}
}
app_title="SampleApp"
csp_nonces={
%Attribute{...}
}
/>