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