✓ Todoizer
<% if current_user %> <% if current_user.is_temporary %>
Sign up to save permanently
Log In
<% else %>
Hello,
<%= current_user.username %>
Log Out
<% end %> <% end %>
<% if @error %>
<%= @error %>
<% end %> <%= yield %>