Sha256: 7fa4bef180723dc114d370a4aa43ae5d1b1fa4a0b5afa3b7be8162f2b06ad88c
Contents?: true
Size: 916 Bytes
Versions: 6
Compression:
Stored size: 916 Bytes
Contents
--- --- <!DOCTYPE html> <html lang="{{ page.lang | default: site.lang | default: en }}" class="wrapper-2"> <head> <meta charset="UTF-8"> <title>{{ page.title }}</title> </head> {% include header.html %} <body> <!-- Shared/Common Styles --> <div class="container"> <header class="header row justify-content-center"> <div class="col-lg-8"> <!-- Site Navigation --> {% include navbar.html %} </div> </header> <main class="body row justify-content-center flex-grow-1"> <div class="col-lg-8"> <!-- Page Content --> {{ content }} </div> </main> <footer class="footer row justify-content-center"> <div class="col-lg-8"> <!-- Footer content --> {% include footer.html %} </div> </footer> </div> <!-- Shared/Common Scripts --> {% include scripts.html %} </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems