Sha256: 7d020f91ae630fbd65e20dd912f7ccc2434778ff85549a4d78431cfb32a94124

Contents?: true

Size: 560 Bytes

Versions: 3

Compression:

Stored size: 560 Bytes

Contents

{% for section in include.object %}
    {% if section.type == "main-content" %}
        <div class="row" id="main_content">
            <div class="container">
                {{content}}
            </div>
        </div>
    {% elsif section.type == "content_row" %}
        {% include core/content_row.html object=section %}
    {% elsif section.type == "full_width_row" %}
        {% include core/full_width_row.html object=section %}
    {% elsif section.type == "custom_include_row" %}
        {% include {{section.source}} %}
    {% endif %}
{% endfor %}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-5.3.4 _includes/flow.html
jumbo-jekyll-theme-5.3.3 _includes/flow.html
jumbo-jekyll-theme-5.3.2 _includes/flow.html