Sha256: feff05b5561574482ec627377b5ee4553b148b7d44baf0c8e520552ec6774920
Contents?: true
Size: 311 Bytes
Versions: 9
Compression:
Stored size: 311 Bytes
Contents
<% if content_for?(:content_override) %> <%= yield(:content_override) %> <% else %> <%= yield :before_content %> <div id="wrapper" class="group"> <section id="content" role="main"> <%= content_for?(:content) ? yield(:content) : yield %> </section> </div> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems