Sha256: 973360e8463d8b1a0ef360dde69f8975efd1f13c52ac01ee5d1034b6ec643ec7

Contents?: true

Size: 714 Bytes

Versions: 1

Compression:

Stored size: 714 Bytes

Contents

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

  {%- include head.html -%}

  {%- capture body_modifier -%}
    {%- if page.body_modifier -%}
      {{ page.body_modifier }}
    {%- else -%}
      {{ page.layout }}
    {%- endif -%}
  {%- endcapture -%}

  <body class="Site {% if body_modifier != '' %}Site--{{ body_modifier }}{% endif %}">
    {%- include header.html -%}

    <a href="#main-content" class="SkipNav" tabindex="1">{{ skip_to_main_content }}</a>

    <main class="Site__main o-no-owl" id="main-content">
      {{ content }}
    </main>

    {%- include footer.html -%}

    {%- include google-analytics.html -%}
  </body>
</html> 

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
oscailte-3.0.2 _layouts/core.html