Sha256: d7fa945716b00b9e4b481fb33fa2f80dd5d187c72594f7610a14a8c82d597cb2

Contents?: true

Size: 456 Bytes

Versions: 26

Compression:

Stored size: 456 Bytes

Contents

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

  <body>
    <div class="flexWrapper">
      {%- include header.html -%}

      <div class="content">
        <main class="main" aria-label="Content">
            {{- content -}}
        </main>
      </div>

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

    <script src="{{ '/assets/js/theme.js' | relative_url }}"></script>
  </body>
</html>

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
termina-plex-0.1.8 _layouts/base.html
termina-plex-0.1.7 _layouts/base.html
termina-plex-0.1.6 _layouts/base.html
termina-plex-0.1.5.2 _layouts/base.html
termina-plex-0.1.5 _layouts/base.html
termina-plex-0.1.4 _layouts/base.html