Current section

Files

Jump to
combo_new templates inertia-react lib my_app web layouts root.html.ceex
Raw

templates/inertia-react/lib/my_app/web/layouts/root.html.ceex

<!DOCTYPE html>
<html lang="en" ssr={@inertia_ssr}>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="csrf-token" content={get_csrf_token()} />
<link rel="icon" href="/favicon.ico" />
<.inertia_title>{assigns[:page_title]}</.inertia_title>
<.inertia_head content={@inertia_head} />
<.vite_react_refresh />
<.vite_assets names={["src/js/app.jsx"]} />
</head>
<body>
{@inner_content}
</body>
</html>