<%= link_to 'Back', member_blog_posts_path %>
<%= image_tag @post.icon_image if @post.icon_image.attached? %>

Post Title: <%= @post.post_title %>

<%= @post.text %>

<% if @post.music.present? %> Currently Listening To...: <%= @post.music %> <% end %>

<% if @post.mood.present? %>

Current Mood: <%= @post.mood %>

<% end %>