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