">
<%= link gettext("64squares"), to: page_path(@conn, :index) %>
<%= if current_user(@conn) do %> <%= link(current_user(@conn).name, to: profile_path(@conn, :edit)) %> (<%= current_user(@conn).email %>) | <%= link gettext("Log out"), to: session_path(@conn, :delete), method: :delete %> <% else %> <%= link gettext("Register"), to: registration_path(@conn, :new) %> | <%= link gettext("Log in"), to: session_path(@conn, :new) %> <% end %>
<%= get_flash(@conn, :info) %>
<%= get_flash(@conn, :error) %>
<%= render @view_module, @view_template, assigns %>