<% widget.panels.each_with_index do |panel, index| %> <% unless index == 0 %>
<% end %>
<%= scrivito_image_tag(panel, :image, style: "max-height: 100px; max-width: 250px; margin-bottom: 1em;") %>

Headline

<%= scrivito_tag(:p, panel, :headline) %>

Text

<%= scrivito_tag(:p, panel, :content) %>
<%= scrivito_edit_link(panel, :button, data: {placeholder: "Where should the button take the user ..."}) %> <% end %>