<% 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 %>
|
|
|
|
<button type="button" class="button__base">
|
|
<%= t('get_started') %>
|
|
</button>
|