home.html 394 B

12345678910111213141516171819202122
  1. <!doctype html>
  2. <html class="s2-docs-home">
  3. <head>
  4. {% include head.html %}
  5. </head>
  6. <body>
  7. {% include navigation.html %}
  8. {{ content }}
  9. {% include footer.html %}
  10. {% include ga.html %}
  11. </body>
  12. <script>
  13. (function () {
  14. 'use strict';
  15. prettyPrint();
  16. })();
  17. </script>
  18. </html>