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

6 lines
185 B
Plaintext
Raw Normal View History

2021-03-11 21:12:55 -05:00
<main role="main" class="container min-w-full min-h-full">
2021-09-02 23:32:53 -04:00
<%= live_component LokalWeb.Live.Component.Topbar, current_user: assigns[:current_user] %>
2021-03-11 21:12:55 -05:00
<%= @inner_content %>
</main>