Sources du blog ALLELLA
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

25 lines
467 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. <div class="fullscreen">
  7. <img src="{{ "/assets/images/logo-2.svg" | relative_url }}"/>
  8. </div>
  9. <main class="page-content home-page-content" aria-label="Content">
  10. <div class="wrapper">
  11. {{ content }}
  12. </div>
  13. </main>
  14. {%- include footer.html -%}
  15. </body>
  16. </html>