2024-05-09 21:28:48 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en" class="[scrollbar-gutter:stable]">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<meta name="csrf-token" content={get_csrf_token()} />
|
2024-05-09 21:49:52 +02:00
|
|
|
<.live_title suffix=" · Freedive">
|
|
|
|
<%= assigns[:page_title] || "" %>
|
2024-05-09 21:28:48 +02:00
|
|
|
</.live_title>
|
|
|
|
<link phx-track-static rel="stylesheet" href={~p"/assets/app.css"} />
|
|
|
|
<script defer phx-track-static type="text/javascript" src={~p"/assets/app.js"}>
|
|
|
|
</script>
|
|
|
|
</head>
|
2024-05-13 11:21:05 +02:00
|
|
|
<body class="has-navbar-fixed-top">
|
2024-05-09 21:28:48 +02:00
|
|
|
<%= @inner_content %>
|
|
|
|
</body>
|
|
|
|
</html>
|