dotfiles/app/lib/prymn_web/components/layouts/auth.html.heex

7 lines
141 B
Text
Raw Normal View History

2023-07-28 20:44:00 +00:00
<main class="grid h-screen items-center">
<.flash_group flash={@flash} />
<div class="mb-32">
<%= @inner_content %>
</div>
</main>