<%= @post.title %>
<%= if Ecto.assoc_loaded?(@post.upload) && !is_nil(@post.upload) do %>
<% end %>
<%= @post.body %>
<%= if Aggiedit.Roles.guard?(@current_user, :edit, @post) do %>
<%= live_patch "Edit", to: Routes.post_show_path(@socket, :edit, @room, @post), class: "button" %> |
<% end %>
<%= live_redirect "Back", to: Routes.post_index_path(@socket, :index, @room) %>