Sha256: edb8eaf3ea4831f2cd5cb6dba9256732ed68436f2c521ba2605af66e430f07ed

Contents?: true

Size: 414 Bytes

Versions: 1

Compression:

Stored size: 414 Bytes

Contents

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

  {%- include head.html -%}

<body>
  <div class="mdl-layout mdl-js-layout mdl-layout--fixed-header mdl-layout--no-desktop-drawer-button">
    {%- include header.html -%}

    <main class="mdl-layout__content">
      {{ content }}




    {%- include footer.html -%}
    </main>
  </div>

  </body>

</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-csu-cs-0.1.5 _layouts/default.html