Sha256: ab1c53a310f98c79dca6dce76d7ba6a01473aefe638734c31a57e37de11443bd
Contents?: true
Size: 321 Bytes
Versions: 29
Compression:
Stored size: 321 Bytes
Contents
<% content_for :bar do %> <h3>this is content for bar!</h3> <% end %> <% content_for :foo do %> <h5>this is content for foo!</h5> <% end %> <h4>this is main_content!</h4> <% content_for :foo do %> <h5>this is more content for foo!</h5> <% end %> <% content_for :bar do %> <h3>this is more content for bar!</h3> <% end %>
Version data entries
29 entries across 29 versions & 1 rubygems