<%= render partial: 'popolo/areas_or_organizations/breadcrumb', locals: {object: @organization} %>
<% if @post.person && @post.person.image? %> <%= image_tag(@post.person.image, class: 'media-object') %> <% end %>

<%= @post.name %>

<% if @post.person %> <%= @post.person.name %> <% end %>
<% if @post.person && @post.person.summary? %>

<%= @post.person.summary %>

<% end %>