<% if @user %><%= @user.name %>'s<% end %> Topics

<% @items.each do |item| %> <%= render item %> <% end %> <% if @items.empty? %>


Shucks, there are no topics. <% if authenticated? %><%= link_to "Create some if you want.", console_url %><% end %>

<% end %>