<%= @profile.full_name %>

<%= @profile.description %>

<% @profile.posts.each do |post| %>

<%= post.text %>

<%= localize post.created_at, format: :short %>

<% end %>