2013-07-27 15:18:12 +08:00
|
|
|
<!DOCTYPE html>
|
2013-02-13 04:16:32 +08:00
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2013-02-14 15:37:08 +08:00
|
|
|
<!-- Meta, title, CSS, favicons, etc. -->
|
|
|
|
{% include header.html %}
|
2013-02-13 04:16:32 +08:00
|
|
|
</head>
|
2014-03-17 17:03:16 +08:00
|
|
|
<body class="bs-docs">
|
2014-02-11 02:46:17 +08:00
|
|
|
<a class="sr-only sr-only-focusable" href="#content">Skip to main content</a>
|
2013-02-13 04:16:32 +08:00
|
|
|
|
2014-03-17 17:03:16 +08:00
|
|
|
{% include nav/docs.html %}
|
2013-03-28 18:06:00 +08:00
|
|
|
|
2014-02-09 15:24:16 +08:00
|
|
|
<div class="bs-docs-header" id="content">
|
2014-03-17 17:03:16 +08:00
|
|
|
<div class="bs-docs-container">
|
2013-05-09 12:56:08 +08:00
|
|
|
<h1>{{ page.title }}</h1>
|
2013-05-09 13:29:53 +08:00
|
|
|
<p>{{ page.lead }}</p>
|
2013-07-27 15:35:26 +08:00
|
|
|
{% include ads.html %}
|
2013-05-09 12:56:08 +08:00
|
|
|
</div>
|
2013-05-09 13:29:53 +08:00
|
|
|
</div>
|
2013-02-13 04:16:32 +08:00
|
|
|
|
2014-03-17 17:03:16 +08:00
|
|
|
<div class="bs-docs-container">
|
2014-07-08 18:48:56 +08:00
|
|
|
{{ content }}
|
2013-05-09 12:56:08 +08:00
|
|
|
</div>
|
2013-02-13 04:16:32 +08:00
|
|
|
|
2013-02-14 15:37:08 +08:00
|
|
|
{% include footer.html %}
|
2013-02-13 04:16:32 +08:00
|
|
|
</body>
|
2013-02-26 16:37:59 +08:00
|
|
|
</html>
|