home.html 256 B

12345678910111213141516
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. {% include header.html %}
  5. </head>
  6. <body>
  7. {% include skippy.html %}
  8. {% include docs-navbar.html %}
  9. {{ content }}
  10. {% include footer.html %}
  11. {% include scripts.html %}
  12. </body>
  13. </html>