<% frames.each_with_index do |frame, index| %>
<% if options[:mark_lazy].present? %>
<% else %>
<%= frame.title %>
<% frame.fcaptions.each_with_index do |fcaption, index2| %>
<%= fcaption.value.html_safe %>
<% end %>
<% end %>
<% end %>
<% if options[:mark_pagination].present? %>
<% end %>
<% if options[:mark_buttons].present? %>
<% end %>
<% if options[:mark_scrollbar].present? %>
<% end %>