Sha256: 6fc50e019e59bad799a62b9a1134bef798a95bbdda343f6690ef307080ab2013
Contents?: true
Size: 881 Bytes
Versions: 8
Compression:
Stored size: 881 Bytes
Contents
--- --- {%- assign lang = page.lang | default: site.lang | default: 'en' -%} {%- assign menu = site.data.translations.menu[page.menu][lang] -%} {%- assign title = page.title | default: site.title -%} {%- assign subtitle = page.subtitle | default: site.subtitle -%} {%- assign description = page.description | default: site.description -%} <!DOCTYPE HTML> <!-- Twenty by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) --> <html lang="{{ lang }}"> {% include head.html title=title subtitle=subtitle %} <body class="index is-preload"> <div id="page-wrapper"> {% include header.html menu=menu %} {{ content }} {% include cta.html %} {% include footer.html %} </div> {% include scripts.html %} </body> </html>
Version data entries
8 entries across 8 versions & 1 rubygems