Current section

Files

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

templates/phx_live/templates/layout/app.html.leex

<main role="main" class="container">
<p class="alert alert-info" role="alert"><%%= get_flash(@conn, :info) %></p>
<p class="alert alert-danger" role="alert"><%%= get_flash(@conn, :error) %></p>
<%%= @inner_content %>
</main>