UNPKG

400 BHTMLView Raw
1<!doctype html>
2<html lang="en">
3 <head>
4 {% include header.html %}
5 </head>
6 <body>
7 {% include skippy.html %}
8
9 {% include docs-navbar.html %}
10
11 {% if page.layout == "simple" %}
12 {{ content }}
13 {% else %}
14 <main id="content" role="main">
15 {{ content }}
16 </main>
17 {% endif %}
18
19 {% include footer.html %}
20 {% include scripts.html %}
21 </body>
22</html>