<%= @profile.full_name %>

<%= @profile.following_profiles.count %> Followers • <%= @profile.followed_profiles.count %> Following

<%= @profile.description %>

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

<%= post.text %>

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

<% end %>