% @node.attachments.limit(2).each_with_index do |attachment, i| %>
<% if i == 0 %>
<% else %>
<%= attachment.body.html_safe %>
<% end %>
<% end %>
<%= link_to tag.span(t('get_started')),
url_for(controller: 'players', action: 'new', locale: I18n.locale),
class: 'button__base' %>