"/>
Home
<%= if @current_user do %>
<%= link "New Page", to: Routes.page_path(@conn, :new) %>
<%= link "Random", to: Routes.page_path(@conn, :random) %>
<%= if @current_user.is_admin do %>
<%= link "LiveDashboard", to: Routes.live_dashboard_path(@conn, :home) %>
<% end %> <% end %>
<%= render "_user_menu.html", assigns %>
<%= get_flash(@conn, :info) %>
<%= get_flash(@conn, :error) %>
<%= @inner_content %>