Sha256: c2da0cbc3a49fda0f9cffdd784db0ab7e14cbb32ec2bb3b8271172ca919977e9

Contents?: true

Size: 909 Bytes

Versions: 2

Compression:

Stored size: 909 Bytes

Contents

{% for section in include.sections %}
    {% if section.format == "title" %}
        {% include core/title.html object=section %}
    {% 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.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 %}
    {% elsif section.format == "feature_block" %}
        {% include core/feature_block.html object=section.content %}
    {% endif %}
{% endfor %}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-5.5.6 _includes/flow_inner.html
jumbo-jekyll-theme-5.5.5 _includes/flow_inner.html