Current section

Files

Jump to
phx_new templates phx_live templates layout live.html.leex
Raw

templates/phx_live/templates/layout/live.html.leex

<main role="main" class="container">
<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>
<%%= @inner_content %>
</main>