<% if @resource.preview? %>
<% end %>
Description
<%= @resource.description.try(:html_safe) %>
<%= render partial: 'lcms/engine/resources/downloads', locals: { resource: @resource } %>
<%= render partial: 'lcms/engine/resources/prerequisites_standards', locals: { resource: @resource } %>
<%= render_tag_clouds(@resource) %>
<% if @resource.copyright_attributions.present? %>
Credits
<%= render partial: 'lcms/engine/resources/engageny_generic', locals: { resource: @resource, color_code: color_code(@resource) } %>
<% end %>