2024-09-04 10:12:36 +02:00
|
|
|
<!DOCTYPE html>
|
2024-09-06 22:41:12 +02:00
|
|
|
<html lang="sv">
|
2024-09-04 10:12:36 +02:00
|
|
|
<head>
|
2024-09-06 22:41:12 +02:00
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
<meta name="csrf-token" content={get_csrf_token()}>
|
2024-09-04 10:12:36 +02:00
|
|
|
<.live_title suffix=" · Phoenix Framework">
|
|
|
|
|
<%= assigns[:page_title] || "Mse25" %>
|
|
|
|
|
</.live_title>
|
2024-09-06 22:41:12 +02:00
|
|
|
<link rel="stylesheet" href={~p"/assets/app.css"}>
|
2024-09-04 10:12:36 +02:00
|
|
|
</head>
|
|
|
|
|
<body class="bg-white">
|
|
|
|
|
<%= @inner_content %>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|