<!DOCTYPE html>
<html lang="en" phx-socket="<%= live_socket_path(@conn) %>" class="flex w-full h-full" >
  <head>
    <meta charset="utf-8"/>
    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, shrink-to-fit=no, user-scalable=no"/>
    <%= csrf_meta_tag() %>
    <title><%= assigns[:page_title] || "Orwell: Garuda live stats" %></title>
    <style><%= raw(render("app.css")) %></style>
  </head>
  <body style="height: min-content;" class="my-auto w-full">
    <%= @inner_content %>
  </body>
  <script><%= raw(render("app.js")) %></script>
</html>
