123456789101112131415161718192021222324252627282930 |
- <!DOCTYPE html>
- <html lang="{{ page.lang | default: site.lang | default: "en" }}">
- {% include head.html %}
- <body>
- {% include banner.html %}
- {% include navigation.html %}
- {% include twitch.html %}
- <main>
- {{ content }}
- </main>
- {% include marketing.html %}
- {% include mailchimp.html %}
- {% include footer.html %}
- {% include scripts.html %}
- </body>
- </html>
|