Sha256: 52069a17afffe44bc77b9ccaa6321536c9991b6fef80a5e24727c6e4d248c0e1

Contents?: true

Size: 423 Bytes

Versions: 2

Compression:

Stored size: 423 Bytes

Contents

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

  {% include head.html %}

  <body class="">
    <main>
      {% include style.html %}
      {% include navbar.html %}
      {% include header.html %}

      {% for section in site.sections %}
        {{ section.content }}
      {% endfor %}

      {% include footer.html %}
      {% include scripts.html %}
    </main>
  </body>

</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
openf1-jekyll-theme-0.2.0 _layouts/default.html
openf1-jekyll-theme-0.1.0 _layouts/default.html