<% Node.roots.first.attachments.limit(2).each_with_index do |attachment, i| %>
|
|
<%= tag.div attachment.body.html_safe, class: i == 0 ? "intro-content-header" : "intro-content-body" %>
|
|
<% end %>
|
|
|
|
<%= link_to t('get_started'), Node.roots.first.children.first.url, class: 'button__base' %>
|
|
|