2024-02-17 08:30:17 -05:00
|
|
|
<!DOCTYPE html>
|
2024-02-23 22:15:36 -05:00
|
|
|
<html class="m-4 flex flex-row justify-center">
|
2024-02-17 08:30:17 -05:00
|
|
|
<head>
|
2024-02-17 08:47:27 -05:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2024-02-23 22:15:36 -05:00
|
|
|
<title>sloane.sh | <%= attrs[:title] %></title>
|
2024-02-21 09:17:58 -05:00
|
|
|
<link rel="stylesheet" href="/assets/app.css" />
|
2024-02-17 08:30:17 -05:00
|
|
|
</head>
|
2024-02-23 22:15:36 -05:00
|
|
|
<body class="w-full max-w-3xl">
|
|
|
|
<%= header(ctx) %>
|
2024-02-17 08:30:17 -05:00
|
|
|
<%= inner_content %>
|
|
|
|
</body>
|
|
|
|
</html>
|