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