Sha256: 1f9f5c2be416c533daa5cd275fb1c14b248cadaf117b95d37572f8a043ad5dba
Contents?: true
Size: 585 Bytes
Versions: 4
Compression:
Stored size: 585 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/js.html %} {% include foot/pwaupdate.html %} </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems