2014-10-15 03:27:41 +04:00
|
|
|
<!doctype html>
|
2015-04-28 02:43:31 +03:00
|
|
|
<html class="s2-docs-home">
|
2015-05-08 05:08:31 +03:00
|
|
|
<head>
|
|
|
|
{% include head.html %}
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{% include navigation.html %}
|
2014-10-15 03:27:41 +04:00
|
|
|
|
2015-05-08 05:08:31 +03:00
|
|
|
{{ content }}
|
2014-10-15 03:27:41 +04:00
|
|
|
|
2015-05-08 05:08:31 +03:00
|
|
|
{% include footer.html %}
|
2015-01-06 03:27:25 +03:00
|
|
|
|
2015-05-08 05:08:31 +03:00
|
|
|
<script>
|
|
|
|
(function () {
|
|
|
|
'use strict';
|
2015-04-25 05:34:15 +03:00
|
|
|
|
2015-05-08 05:08:31 +03:00
|
|
|
prettyPrint();
|
|
|
|
})();
|
|
|
|
</script>
|
2015-04-28 03:57:58 +03:00
|
|
|
|
2015-05-08 05:08:31 +03:00
|
|
|
{% include ga.html %}
|
|
|
|
</body>
|
2014-10-15 03:27:41 +04:00
|
|
|
</html>
|