home.html 269 B

1234567891011121314151617
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. {% include header.html %}
  5. </head>
  6. <body class="bs-docs-home">
  7. {% include skippy.html %}
  8. {% include v4.html %}
  9. {% include nav/main.html %}
  10. {{ content }}
  11. {% include footer.html %}
  12. </body>
  13. </html>