<%= @item.name %>

<%= @item.description %>

Game Data

GID: <%= @item.gid %>

<% if @item.whatnot %>
<%= JSON.pretty_generate(@item.whatnot) %>
<% else %>

Item has no additional data.

<% end %>