Sha256: 71f43422d6f034cde9606a5c8d13c6a2ad061a35c83ef90dd3497cdecce15a63

Contents?: true

Size: 414 Bytes

Versions: 8

Compression:

Stored size: 414 Bytes

Contents

---
layout: base
---
{% if page.header %}
    {% include header.html object=page.header %}
{% endif %}
{% if page.flow %}
    {% include flow.html flow=page.flow %}
{% else %}
<div class="container-fluid content {% if page.header %}not_top{% endif %}" id="main_container">
    <div class="row" id="main_content">
        <div class="container">
            {{content}}
        </div>
    </div>
</div>
{% endif %}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
seriously_simple_static_starter-0.7.0 _layouts/page.html
seriously_simple_static_starter-0.6.7 _layouts/page.html
seriously_simple_static_starter-0.6.6 _layouts/page.html
seriously_simple_static_starter-0.6.5 _layouts/page.html
seriously_simple_static_starter-0.6.4 _layouts/page.html
seriously_simple_static_starter-0.6.3 _layouts/page.html
seriously_simple_static_starter-0.6.2 _layouts/page.html
seriously_simple_static_starter-0.6.1 _layouts/page.html