Sha256: 0b15fd486a06b0c22bba5b9c0ca90188943938b47bf15133397f7b89fc47a851

Contents?: true

Size: 802 Bytes

Versions: 7

Compression:

Stored size: 802 Bytes

Contents

<div id="flow_wrapper">
    <div class="container-fluid content {% if page.header %}not_top{% endif %}" id="main_container">
        {% for each in include.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 core/container_row.html object=each %}
            {% elsif each.row == "full_width_row" %}
                {% include core/full_width_row.html object=each %}
            {% elsif each.row == "custom_include_row" %}
                {% include {{each.source}} %}
            {% endif %}
        {% endfor %}
    </div>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
seriously_simple_static_starter-0.7.0 _includes/flow.html
seriously_simple_static_starter-0.6.7 _includes/flow.html
seriously_simple_static_starter-0.6.6 _includes/flow.html
seriously_simple_static_starter-0.6.5 _includes/flow.html
seriously_simple_static_starter-0.6.4 _includes/flow.html
seriously_simple_static_starter-0.6.3 _includes/flow.html
seriously_simple_static_starter-0.6.2 _includes/flow.html