cannery/lib/lokal_web/templates/layout/live.html.leex
2021-09-02 23:32:53 -04:00

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>