<%= 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 %>