Sha256: 22bc60153802493e66f2435c0aafcc3d2f22e983d9b6de7ca9fd2874158e797b

Contents?: true

Size: 326 Bytes

Versions: 9

Compression:

Stored size: 326 Bytes

Contents

<!DOCTYPE html>
<html lang="{{ page.language | default: site.language | default: 'en' }}">
  {%- include head.html -%}

  <body>
    {%- include header.html -%}

    <main class="content">
      <div class="content__container">
        {{ content }}
      </div>
    </main>

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hima-1.1.2 _layouts/default.html
hima-1.1.1 _layouts/default.html
hima-1.1.0 _layouts/default.html
hima-1.0.5 _layouts/default.html
hima-1.0.4 _layouts/default.html
hima-1.0.3 _layouts/default.html
hima-1.0.2 _layouts/default.html
hima-1.0.1 _layouts/default.html
hima-1.0.0 _layouts/default.html