diff --git a/app/views/resources/show.html.erb b/app/views/resources/show.html.erb
index 1738837d3..c8d5991e0 100644
--- a/app/views/resources/show.html.erb
+++ b/app/views/resources/show.html.erb
@@ -25,6 +25,12 @@
+
+ <% if @resource.rhino_body.present? %>
+
+ <%= @resource.rhino_body %>
+
+ <% end %>
<%= title_with_badges(@resource, font_size: "text-3xl") %>
@@ -43,8 +49,6 @@
<% end %>
-
- <%= @resource.rhino_body %>
<%= render "assets/primary_image_picker", owner: @resource %>