1
0
mirror of synced 2024-11-23 05:26:10 +03:00
select2/docs/_layouts/home.html

24 lines
395 B
HTML
Raw Normal View History

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