<% leadership_posts.each do |post| %>
<%= image_tag(post.image_file) if post.image_file.present? %>
<%= post.name %>
<%= post.school %>
<%= post.description %>
<% end %>