1
0
mirror of synced 2024-11-23 05:26:10 +03:00
select2/docs/_layouts/home.html
Florian Kissling b34e5b3925 Tidy.
2015-04-28 02:57:58 +02:00

24 lines
395 B
HTML

<!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>