Current section
Files
Jump to
Current section
Files
lib/phoenix/live_admin/templates/layouts/live.html.leex
<header>
<h1>Phoenix LiveAdmin</h1>
</header>
<%= live_info(@socket, @menu) %>
<section id="main" role="main" class="container">
<%= @inner_content %>
</section>