mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-10 06:54:28 +08:00
13 lines
412 B
Text
13 lines
412 B
Text
<main role="main" class="flex-grow flex flex-col align-center h-screen">
|
|
<div>
|
|
<p class="alert alert-info" role="alert"
|
|
phx-click="lv:clear-flash"
|
|
phx-value-key="info"><%= live_flash(@flash, :info) %></p>
|
|
|
|
<p class="alert alert-danger" role="alert"
|
|
phx-click="lv:clear-flash"
|
|
phx-value-key="error"><%= live_flash(@flash, :error) %></p>
|
|
</div>
|
|
|
|
<%= @inner_content %>
|
|
</main>
|