Sha256: 2dee43811d696d263ed88d4a0e992aeb93715bb0dce5fddcf86ab545d7e2857c

Contents?: true

Size: 466 Bytes

Versions: 4

Compression:

Stored size: 466 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 %}
    {% endif %}
{% endfor %}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-5.3.1 _includes/flow.html
jumbo-jekyll-theme-5.3.0 _includes/flow.html
jumbo-jekyll-theme-5.2.1 _includes/flow.html
jumbo-jekyll-theme-5.2.0 _includes/flow.html