<%= if function_exported?(Routes, :live_dashboard_path, 2) do %>
<%= link to: Routes.live_dashboard_path(@conn, :home) do %>
<% end %>
<% end %>
<%= link "SomethingErlang", to: Routes.page_path(@conn, :index) %>
<%= render "_user_menu.html", assigns %>