]> git.ipfire.org Git - ipfire.org.git/blob - static/scss/bootstrap-4.0.0-alpha.6/docs/_layouts/default.html
.gitignore: Add .vscode
[ipfire.org.git] / static / scss / bootstrap-4.0.0-alpha.6 / docs / _layouts / default.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 {% include header.html %}
5 </head>
6 <body class="bd-docs" data-spy="scroll" data-target=".bd-sidenav-active">
7 <a id="skippy" class="sr-only sr-only-focusable" href="#content">
8 <div class="container">
9 <span class="skiplink-text">Skip to main content</span>
10 </div>
11 </a>
12
13 {% include nav-home.html %}
14
15 <div id="content">
16 {{ content }}
17 </div>
18
19 {% include footer.html %}
20 </body>
21 </html>