DescripciĆ³n
<% if @section.description.nil? %>
<%= t("no description") %>
<% else %>
<%= @section.description.html_safe %>
<% end %>
<% if @section.has_image %>
<% @section.images.each do |image|-%>
<%= image_tag(image.file_url :thumb) %>
<% end %>
<% end %>