Sha256: 40c61004429878adedb9f3baa07a4aae60d4e347c5e25bec3c2a247b91ed328b

Contents?: true

Size: 554 Bytes

Versions: 1

Compression:

Stored size: 554 Bytes

Contents

<!doctype html>
{%- include localize.html %}
<html lang="{{ LANG }}">
  {% include header.html %}
  <body>
    {% include head/top-nav.html %}
    {% if page.url == '/' or page.lang %}
      {% include main.html %}
    {% elsif page.url == '/404.html' %}
      <h2 class="center-align">{{ TEXT.page-not-found }}</h2>
    {% elsif page.url == '/offline.html' %}
      <h2 class="center-align">{{ TEXT.offline }}</h2>
    {% else %}
      {{ content }}
    {% endif %}
    {% include footer.html %}
    {% include foot/pwaupdate.html %}
  </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
askclass-home-theme-0.1.0 _layouts/default.html