Sha256: c0a5550aee1a52072c3fb6940e6fd02f656fa330eab99860b7490a36435d01c3

Contents?: true

Size: 252 Bytes

Versions: 1

Compression:

Stored size: 252 Bytes

Contents

<!DOCTYPE html>
<html lang={{ page.lang | default: site.lang | default: "en" }}">
  {% include head.html %}
  <body>
    {% include header.html %}
    <div class="wrapper">
      {{ content }}
    </div>
    {% include footer.html %}
  </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
yefeme-0.1.5 _layouts/default.html