Nouvelle mouture du site web de Dylan
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

21 行
369 B

  1. <!DOCTYPE html>
  2. <html lang="{{ page.lang | default: site.lang | default: "en" }}">
  3. {%- include head.html -%}
  4. <body>
  5. {%- include header.html -%}
  6. <main class="page-content" aria-label="Content">
  7. <div class="wrapper">
  8. {{ content }}
  9. </div>
  10. </main>
  11. {%- include contact.html -%}
  12. {%- include footer.html -%}
  13. </body>
  14. </html>