Y-SLD/assets/playkit/plugins/select2/docs/_layouts/home.html

24 lines
336 B
HTML
Raw Normal View History

2024-03-01 11:23:55 +00:00
<!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>