%= live_title_tag assigns[:page_title] || "SomethingErlang", suffix: " ยท Phoenix Framework" %>
<%= if function_exported?(Routes, :live_dashboard_path, 2) do %> <%= link "LiveDashboard", to: Routes.live_dashboard_path(@conn, :home) %> <% end %>
<%= render "_user_menu.html", assigns %>
<%= @inner_content %>