Sha256: e6718cf79743ed2a622e4a311fcaac27eaf444584fb3f07b8a9e4641159ffec5
Contents?: true
Size: 494 Bytes
Versions: 18
Compression:
Stored size: 494 Bytes
Contents
<!doctype html> <html lang="en"> {% include header.html %} <body> {% include logo.html %} {% if page.url == '/' %} {% include course.html %} {% elsif page.url == '/404.html' %} <h2 class="center-align">Page not found!</h2> {% elsif page.url == '/offline.html' %} <h2 class="center-align">You're Currently Offline</h2> {% else %} {{ content }} {% endif %} {% include footer.html %} {% include foot/pwaupdate.html %} </body> </html>
Version data entries
18 entries across 18 versions & 1 rubygems