All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Rafael Epplée <hello@rafa.ee> Reviewed-on: #30 Co-authored-by: Moritz <moritz.m@local-it.org> Co-committed-by: Moritz <moritz.m@local-it.org>
19 lines
659 B
Text
19 lines
659 B
Text
<!DOCTYPE html>
|
|
<html lang="en" class="[scrollbar-gutter:stable]">
|
|
<head>
|
|
{Application.get_env(:live_debugger, :live_debugger_tags)}
|
|
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="csrf-token" content={get_csrf_token()} />
|
|
<.live_title default="Mv" suffix=" · Phoenix Framework">
|
|
{assigns[:page_title]}
|
|
</.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>
|
|
<body class="bg-white">
|
|
{@inner_content}
|
|
</body>
|
|
</html>
|