Front website https://natronics.org
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.

16 lines
289 B

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. {% include "html_head.liquid" %}
  5. </head>
  6. <body>
  7. {% include "header.liquid" %}
  8. <article id="main">
  9. <section>
  10. {{ page.content }}
  11. </section>
  12. </article >
  13. {% include "footer.liquid" %}
  14. </body>
  15. </html>