Sha256: 5049bfa9db5571e8ee7d4eb794161d9cba1a42530c50d75b1afd8d8cabc01e9b

Contents?: true

Size: 584 Bytes

Versions: 5

Compression:

Stored size: 584 Bytes

Contents

<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">

  {% include html/head.html %}

  <body>

    {% include html/overlay-load.html %}

    <div class="site">

      {% if site.header %}
      <header>
        {{site.header}}
      </header>
      {% endif %}

      <div class="area _demo">
        <div class="wrap _demo --grid">
          {{ content }}
        </div>
      </div>

      {% if site.footer %}
      <footer>
        {{site.footer}}
      </footer>
      {% endif %}

    </div>

  </body>

  {% include html/scripts.html %}

</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
futuro-0.0.5 _layouts/demo.html
futuro-0.0.4 _layouts/demo.html
futuro-0.0.3 _layouts/demo.html
futuro-0.0.2 _layouts/demo.html
futuro-0.0.1 _layouts/demo.html