12345678910111213141516171819202122 |
- <!doctype html>
- <html class="s2-docs-home">
- <head>
- {% include head.html %}
- </head>
- <body>
- {% include navigation.html %}
- {{ content }}
- {% include footer.html %}
- {% include ga.html %}
- </body>
- <script>
- (function () {
- 'use strict';
- prettyPrint();
- })();
- </script>
- </html>
|