2021-09-02 18:00:57 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2022-08-03 13:40:11 +00:00
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2022-11-17 20:36:58 +00:00
|
|
|
<meta name="csrf-token" content={get_csrf_token()} />
|
|
|
|
<.live_title suffix=" · Phoenix Framework">
|
|
|
|
<%= assigns[:page_title] || "LiveBeats" %>
|
|
|
|
</.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>
|
2021-09-02 18:00:57 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2021-11-10 18:23:02 +00:00
|
|
|
<%= @inner_content %>
|
2021-09-02 18:00:57 +00:00
|
|
|
</body>
|
|
|
|
</html>
|