| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| {% include head.html %} | |
| </head> | |
| <body class="layout-{{ page.layout | default: 'default' }}"> | |
| {% include topnav.html %} | |
| <main class="page-content" aria-label="Content"> | |
| <div class="wrapper"> | |
| {{ content }} | |
| </div> | |
| </main> | |
| {% include footer.html %} | |
| </body> | |
| {% if site.google_analytics %} | |
| {% include google_analytics.html %} | |
| {% endif %} | |
| </html> |