home.html 336 B

1234567891011121314151617181920212223
  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. <script>
  11. (function () {
  12. 'use strict';
  13. prettyPrint();
  14. })();
  15. </script>
  16. {% include ga.html %}
  17. </body>
  18. </html>