2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00
Files
bootstrap/docs/_layouts/home.html
T
2018-10-18 11:27:47 +03:00

17 lines
269 B
HTML

<!doctype html>
<html lang="en">
<head>
{% include header.html %}
</head>
<body class="bs-docs-home">
{% include skippy.html %}
{% include v4.html %}
{% include nav/main.html %}
{{ content }}
{% include footer.html %}
</body>
</html>