Files
something-erlang/lib/something_erlang_web/components/layouts/app.html.heex

11 lines
289 B
Plaintext
Raw Normal View History

2023-01-18 16:13:51 +01:00
<header class="px-4 sm:px-6 lg:px-8">
2024-06-02 13:31:19 +02:00
<div class="flex items-center justify-between border-b border-zinc-100 py-3 text-sm">
2023-01-18 16:13:51 +01:00
</div>
</header>
<main class="px-4 py-8 sm:px-6 lg:px-8">
<div class="mx-auto">
2024-06-02 13:31:19 +02:00
<.flash_group flash={@flash} />
2023-01-18 16:13:51 +01:00
<%= @inner_content %>
</div>
</main>