11 lines
289 B
Plaintext
11 lines
289 B
Plaintext
<header class="px-4 sm:px-6 lg:px-8">
|
|
<div class="flex items-center justify-between border-b border-zinc-100 py-3 text-sm">
|
|
</div>
|
|
</header>
|
|
<main class="px-4 py-8 sm:px-6 lg:px-8">
|
|
<div class="mx-auto">
|
|
<.flash_group flash={@flash} />
|
|
<%= @inner_content %>
|
|
</div>
|
|
</main>
|