<%= render :partial => 'avatar/sidebar_box' %> <%= render :partial => 'contact_box' %> <%= render :partial => 'faq/sidebar_box', :collection => Faq::FAVORITES %>
<%= h @spec.full_name.or_else(@user.screen_name) %>
<%= h @spec.occupation %>
<%= h @spec.location %>

Bio:
<%= sanitize @faq.bio %>

Friends: <%= render :partial => "friendship/friends" %> <% unless @blog.posts.empty? %>
Blog: <%= render :partial => "blog" %> <% end %>