<% if pod.url.present? and pod.name.present? %>

<%= link_to(pod.name, pod.url, :class => 'title') %>

<% else %>

<%= pod.name %>

<% end %> <%= content_tag('div', raw(pod.body), :class => 'body') if pod.body.present? %>