UNPKG

256 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 {{ content }}
12
13 {% include footer.html %}
14 {% include scripts.html %}
15 </body>
16</html>