Sha256: a83832f4728023757ffd0e5ffd708b50177a712256dd2227984a21ecc3f86eec
Contents?: true
Size: 337 Bytes
Versions: 13
Compression:
Stored size: 337 Bytes
Contents
<% sections.each do |section| %> <section id="<%= section[:id] %>" class="design__section"> <%= section_title(section) %> <% section[:contents].each do |content| %> <%= render_content(content) %> <%= render_cell_snippet(content) if content.dig(:cell_snippet, :cell).present? %> <% end %> </section> <% end %>
Version data entries
13 entries across 13 versions & 1 rubygems