You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

20 lines
625 B

<%- content_for :title, node_title(@node) %>
<div class="msg__container msg__container-start">
<% @node.attachments.each do |attachment| %>
<%= attachment.body.html_safe %>
<% end %>
<div class="form__container">
<%= link_to t('get_started'), @node.children.viewable.first.url, class: 'button__base' %>
</div>
</div>
<div class="icon__container">
<%= image_tag 'windmill.png', width: 630, height: 963, loading: 'lazy', id: 'windmill' %>
<%= image_tag 'wase.png', width: 1024, height: 1024, id: 'wase' %>
<%= image_tag 'ico-arrow-updown.svg', width: 124, height: 103, id: 'arrows' %>
</div>