Nouvelle mouture du site web de Dylan
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- <!DOCTYPE html>
- <html lang="{{ page.lang | default: site.lang | default: "en" }}">
-
- {%- include head.html -%}
-
- <body>
-
- {%- include header.html -%}
-
- <main class="page-content" aria-label="Content">
- <div class="wrapper">
- {{ content }}
- </div>
- </main>
- {%- include contact.html -%}
- {%- include footer.html -%}
-
- </body>
-
- </html>
|