Sha256: ee4c93846c781c15b8e8896f128c79e1dae4a2d9f3a4fe1cd87fd8c277372a9f

Contents?: true

Size: 286 Bytes

Versions: 4

Compression:

Stored size: 286 Bytes

Contents

<!doctype html>
<html lang="en">
    {% include head.html %}
    <body>
        {% include navigation.html %}

        <div class="container-fluid">
            {{ content }}
        </div>

        {% include footer_before.html %}
        {% include footer.html %}
    </body>
</html>

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
bravissimo-0.1.3 _layouts/default.html
bravissimo-0.1.3 _layouts/main.html
bravissimo-0.1.2 _layouts/default.html
bravissimo-0.1.2 _layouts/main.html