您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

19 行
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>