User: <%=h @post.user_id %>

Title: <%=h @post.title %>

Body: <%=h @post.body %>

<%= link_to 'Edit', edit_user_post_path(@post.user, @post) %> | <%= link_to 'Back', user_posts_path(@post.user) %>