.live_title suffix=" ยท Phoenix Framework"> <%= assigns[:page_title] || "SendIt" %>
Send It
<%= if @current_user do %>
<.link href={~p"/messages"}> Messages
<.link href={~p"/contacts"}> Contacts
<.link href={~p"/users/settings"}> Settings
<.link href={~p"/users/log_out"} method="delete"> Log out
<% else %>
<.link href={~p"/users/log_in"}> Log in
<% end %>
<%= @inner_content %>