% widget.panels.each_with_index do |panel, index| %>
<% unless index == 0 %>
<%= scrivito_image_tag(panel, :image, style: "max-height: 100px; max-width: 250px; margin-bottom: 1em;") %>
<%= scrivito_edit_link(panel, :link, data: {placeholder: "Where should the button take the user ..."}) %>
<% end %>