Sha256: 21c22620fc3795d5332e110fa52a9488266041a166f7791d8e37778e5f9467c6
Contents?: true
Size: 861 Bytes
Versions: 5
Compression:
Stored size: 861 Bytes
Contents
{% for item in include.object %} {% if item.format == "title" %} {% include core/title.html object=item %} {% elsif item.format == "members" %} {% include core/members-section.html object=item %} {% elsif item.format == "block" %} {% include core/blocks.html object=item %} {% elsif item.format == "buttons" %} {% include core/buttons.html object=item.content centered=item.centered %} {% elsif item.format == "text" %} {% include core/text.html object=item %} {% elsif item.format == "custom" %} {% include {{item.include_name}} object=item %} {% elsif item.format == "slider" %} {% include core/slider_row.html object=item.content %} {% elsif item.format == "feature_block" %} {% include core/feature_block.html object=item.content %} {% endif %} {% endfor %}
Version data entries
5 entries across 5 versions & 1 rubygems