Files
music_library/lib/music_library_web/components/layouts/unauthenticated.html.heex
T
Claudio Ortolina ccefc6e697 Update to new interpolation syntax
Includes a fix to a brittle test that failed due to changes in the
number of linebreaks.
2024-12-03 00:08:32 +00:00

7 lines
162 B
Plaintext

<main class="px-4 py-8 max-sm:pb-20 sm:px-6 lg:px-8">
<div class="mx-auto max-w-5xl">
<.flash_group flash={@flash} />
{@inner_content}
</div>
</main>