Sha256: 2a8866e50c6663002d6bbc22cdaf1717f84792538dd16f8ab8ce4cf2a6d7b78a

Contents?: true

Size: 1.07 KB

Versions: 3

Compression:

Stored size: 1.07 KB

Contents

---
layout: base
---
{% if page.jumbotron %}
    {% include components/jumbotron.html %}
{% elsif page.breadcrumb %}
    {% include components/breadcrumb.html %}
{% endif %}
<div class="container-fluid main_content" id="flow_wrapper">
    {% if page.flow %}
        {% for each in page.flow %}
            {% if each.row == "main_content_row" %}
                <div class="row" id="main_content">
                    <div class="container">
                        {{content}}
                    </div>
                </div>
            {% elsif each.row == "container_row" %}
                {% include flow/container_row.html object=each %}
            {% elsif each.row == "full_width_row" %}
                {% include flow/full_width_row.html object=each %}
            {% elsif each.row == "custom_include_row" %}
                {% include {{each.source}} object=each %}
            {% endif %}
        {% endfor %}
    {% else %}
    <div class="row" id="content-container">
        <div class="container">
            {{content}}
        </div>
    </div>
    {% endif %}
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-5.7.0.4 _layouts/flow.html
jumbo-jekyll-theme-5.7.0.3 _layouts/flow.html
jumbo-jekyll-theme-5.7.0.2 _layouts/flow.html