<% title = component[:attributes][:searchable_title].to_s body = component[:attributes][:searchable_body].to_s special_question = component[:attributes][:special_question] image_blob = blob_from_data component[:attributes][:image] %>
<% if image_blob %>
<%= body.html_safe %>
<%= render 'promethee/show/image.srcset', blob: image_blob, alt: '', caption: '' %>
<% else %> <%= body.html_safe %> <% end %>