blob: 951e6e3c9d5d73c3cdb00a44afa42ec461d43c18 [file] [log] [blame]
<!DOCTYPE html>
<!--
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. See accompanying LICENSE file.
-->
<html lang="en">
{% include head.html %}
<body class="body" data-spy="scroll" data-target=".page-nav" data-offset="0">
{% include header.html %}
<div class="clearfix container-main-content">
<div class="section-nav closed" data-offset-top="90" data-offset-bottom="500">
<span class="section-nav-back glyphicon glyphicon-menu-left"></span>
<nav>
<ul class="section-nav-list" data-section-nav>
{% include {{ page.section_menu }} %}
</ul>
</nav>
</div>
<nav class="page-nav clearfix" data-offset-top="90" data-offset-bottom="500">
{% include page-toc.html html=content h_min=2 h_max=3 class="nav" %}
</nav>
<div class="body__contained body__section-nav">
{{ content }}
</div>
</div>
{% include footer.html %}
</body>
</html>