1
0
mirror of synced 2025-02-04 14:19:23 +03:00
select2/docs/_layouts/home.html

24 lines
336 B
HTML
Raw Normal View History

2014-10-14 19:27:41 -04:00
<!doctype html>
<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>