Current section

Files

Jump to
exq_ui lib exq_ui_web templates layout live.html.heex
Raw

lib/exq_ui_web/templates/layout/live.html.heex

<.live_component config={@config} module={ExqUIWeb.NavBarComponent} id="nav-bar" />
<main role="main" class="container">
<p
style="display:none"
class="invisible alert alert-info"
role="alert"
phx-click="lv:clear-flash"
phx-value-key="info"
>
{Phoenix.Flash.get(@flash, :info)}
</p>
<p
style="display:none"
class="alert alert-danger"
role="alert"
phx-click="lv:clear-flash"
phx-value-key="error"
>
{Phoenix.Flash.get(@flash, :error)}
</p>
{@inner_content}
</main>