cannery/lib/lokal_web/templates/layout/live.html.leex

6 lines
185 B
Plaintext

<main role="main" class="container min-w-full min-h-full">
<%= live_component LokalWeb.Live.Component.Topbar, current_user: assigns[:current_user] %>
<%= @inner_content %>
</main>