Sha256: 77b0111e3ca7ac6bffc55446acdbf0e85a300fbfbae03e1700bd8409083757eb

Contents?: true

Size: 741 Bytes

Versions: 2

Compression:

Stored size: 741 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

2 entries across 2 versions & 1 rubygems

Version Path
oscailte-3.0.1 _layouts/core.html
oscailte-3.0.0 _layouts/core.html