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