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