2017-10-03 19:34:59 +03:00
|
|
|
<!doctype html>
|
2013-02-12 12:16:32 -08:00
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2013-02-13 23:37:08 -08:00
|
|
|
{% include header.html %}
|
2013-02-12 12:16:32 -08:00
|
|
|
</head>
|
2015-04-16 14:07:20 -07:00
|
|
|
<body class="bd-docs" data-spy="scroll" data-target=".bd-sidenav-active">
|
2015-01-03 20:08:58 -08:00
|
|
|
<a id="skippy" class="sr-only sr-only-focusable" href="#content">
|
|
|
|
<div class="container">
|
|
|
|
<span class="skiplink-text">Skip to main content</span>
|
|
|
|
</div>
|
|
|
|
</a>
|
2013-02-12 12:16:32 -08:00
|
|
|
|
2017-05-30 13:25:26 -07:00
|
|
|
{% include docs-navbar.html %}
|
2015-08-04 23:39:51 -07:00
|
|
|
|
2017-08-11 12:43:17 +03:00
|
|
|
{% if page.layout == "simple" %}
|
2015-08-29 13:08:21 +03:00
|
|
|
{{ content }}
|
2017-08-11 12:43:17 +03:00
|
|
|
{% else %}
|
|
|
|
<main id="content" role="main">
|
|
|
|
{{ content }}
|
|
|
|
</main>
|
|
|
|
{% endif %}
|
2013-02-12 12:16:32 -08:00
|
|
|
|
2013-02-13 23:37:08 -08:00
|
|
|
{% include footer.html %}
|
2017-05-29 10:52:13 -07:00
|
|
|
{% include scripts.html %}
|
2013-02-12 12:16:32 -08:00
|
|
|
</body>
|
2013-02-26 00:37:59 -08:00
|
|
|
</html>
|