Sha256: 4451614aed1f2e317ccba770d0a2300cb1390169576ed3fff210526f53450202
Contents?: true
Size: 299 Bytes
Versions: 37
Compression:
Stored size: 299 Bytes
Contents
<% @pulitzer_posts.each do |post| %> <h1><%= post.title %></h1> <div class="image_with_caption"> <%= image_tag post.content_element('Background').image_url %> </div> <h2><%= post.content_element('Main Body').title %></h2> <p><%= post.content_element('Main Body').body %></p> <% end %>
Version data entries
37 entries across 37 versions & 1 rubygems