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

7 lines
145 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} />
2023-11-23 13:45:33 +00:00
<div class="m-5 pb-64">
2023-07-28 20:44:00 +00:00
<%= @inner_content %>
</div>
</main>