2013-02-12 21:16:32 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2013-02-14 08:37:08 +01:00
|
|
|
<!-- Meta, title, CSS, favicons, etc. -->
|
|
|
|
{% include header.html %}
|
|
|
|
<!-- Place anything custom after this. -->
|
2013-02-12 21:16:32 +01:00
|
|
|
</head>
|
2013-02-18 03:46:30 +01:00
|
|
|
<body class="bs-docs-body" data-spy="scroll" data-target=".bs-docs-sidebar">
|
2013-02-12 21:16:32 +01:00
|
|
|
|
2013-02-14 08:37:08 +01:00
|
|
|
<!-- Main navbar for all docs pages. -->
|
|
|
|
{% include navbar.html %}
|
2013-02-12 21:16:32 +01:00
|
|
|
|
2013-02-14 08:37:08 +01:00
|
|
|
<!-- Page content of course! -->
|
|
|
|
{{ content }}
|
2013-02-12 21:16:32 +01:00
|
|
|
|
2013-02-14 08:37:08 +01:00
|
|
|
<!-- Main docs footer (social buttons, copyright, etc). -->
|
|
|
|
{% include colophon.html %}
|
2013-02-12 21:16:32 +01:00
|
|
|
|
2013-02-14 08:37:08 +01:00
|
|
|
<!-- JS and analytics only. -->
|
|
|
|
{% include footer.html %}
|
2013-02-12 21:16:32 +01:00
|
|
|
|
|
|
|
</body>
|
2013-02-14 08:37:08 +01:00
|
|
|
</html>
|