fp/services/bright/lib/bright_web/components/layouts/app.html.heex

5 lines
93 B
Plaintext
Raw Normal View History

2025-01-03 14:45:35 +00:00
<main class="section">
<.flash_group flash={@flash} />
<%= @inner_content %>
</main>