Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

home.html 407 B

há 3 anos
123456789101112131415161718
  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>