poex/lib/poex_web/components/layouts/app.html.heex

5 lines
73 B
Plaintext

<main>
<.flash_group flash={@flash} />
<%= @inner_content %>
</main>