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.
 
 
 
 

19 rivejä
407 B

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <!-- Meta, title, CSS, favicons, etc. -->
  5. {% include header.html %}
  6. </head>
  7. <body class="bs-docs-home">
  8. <a class="sr-only sr-only-focusable" href="#content">Skip to main content</a>
  9. <!-- Docs master nav -->
  10. {% include nav/main.html %}
  11. <!-- Page content of course! -->
  12. {{ content }}
  13. {% include footer.html %}
  14. </body>
  15. </html>