<% para_all.each_with_index do |paragraph,index| %>
">
<%= index+1 %>
<% if paragraph.title.present? %>

<%= paragraph.title %>

<% end %>
<%= paragraph.content.html_safe %>
<% end %>