<% if user.nil? then %> not logged in <% else %> User:<%=@user.name%> <% end %>