%= csrf_meta_tag() %>
<%= live_title_tag assigns[:page_title] || "Bones73k", suffix: " ยท Phoenix Framework" %>
"/>
<%= render "_navbar.html", assigns %>
<%# %>
- <%= link "Properties", to: Routes.property_index_path(@conn, :index) %>
<%= 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 %>