2013-03-28 16:08:14 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<!-- Meta, title, CSS, favicons, etc. -->
|
|
|
|
{% include header.html %}
|
|
|
|
</head>
|
|
|
|
<body class="bs-docs-home">
|
2014-02-11 02:46:17 +08:00
|
|
|
<a class="sr-only sr-only-focusable" href="#content">Skip to main content</a>
|
2013-03-28 16:08:14 +08:00
|
|
|
|
2013-05-09 12:56:08 +08:00
|
|
|
<!-- Docs master nav -->
|
2014-03-17 17:03:16 +08:00
|
|
|
{% include nav/home.html %}
|
2013-05-09 12:56:08 +08:00
|
|
|
|
2013-07-26 16:43:43 +08:00
|
|
|
<!-- Page content of course! -->
|
|
|
|
{{ content }}
|
|
|
|
|
2013-03-28 16:08:14 +08:00
|
|
|
{% include footer.html %}
|
|
|
|
</body>
|
|
|
|
</html>
|