<% posts.each do |post| %>

<%= post.title %>

<%= post.body %>

<%= post.from %> <%= render partial: 'third', locals: { users: users } %> <% end %>