Sha256: 0378b9967363ef5ba5079de79c8bdd732f7c13fa81d3aff985d9f336c14e4117
Contents?: true
Size: 960 Bytes
Versions: 10
Compression:
Stored size: 960 Bytes
Contents
{% for section in include.sections %} {% if section.format == "title" %} {% include core/title.html object=section.title_content %} {% elsif section.format == "members" %} {% include core/members-section.html object=section %} {% elsif section.format == "block" %} {% include core/blocks.html object=section %} {% elsif section.format == "buttons" %} {% include core/buttons.html object=section.buttons_content style=section.style %} {% elsif section.format == "text" %} {% include core/text.html object=section %} {% elsif section.format == "custom_include" %} {% include {{section.source}} object=section %} {% elsif section.format == "slider" %} {% include core/slider_row.html object=section.slider_content %} {% elsif section.format == "feature_block" %} {% include core/feature_block.html object=section.feature_block_content %} {% endif %} {% endfor %}
Version data entries
10 entries across 10 versions & 1 rubygems