<%= title %>
<%= subtitle %>
<%= page_number %>
<% y_coords = 2664490 %>
<% x_coords = 2392098 %>
<% images.each_with_index do |image, index| %>
<% if image[2].present? %>
<%= image[2] %>
<% end %>
<% if image[1].present? %>
<%= image[1] %>
<% end %>
<% if image[4].present? %>
<% image[4].each do |comment| %>
<%= comment[0] %>
<%= comment[1] %>
<% end %>
<% end %>
<% end %>