mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-14 12:10:59 +00:00
12 lines
338 B
Text
12 lines
338 B
Text
<main id>
|
|
<.live_component module={LiveBeatsWeb.LayoutComponent} id="layout" />
|
|
|
|
<%= if @current_user do %>
|
|
<%= live_render(@socket, LiveBeatsWeb.PlayerLive, id: "player", session: %{}, sticky: true) %>
|
|
<% end %>
|
|
|
|
<.flash flash={@flash} kind={:info}/>
|
|
<.flash flash={@flash} kind={:error}/>
|
|
|
|
<%= @inner_content %>
|
|
</main>
|