home.html 425 Bytes
Newer Older
1
2
3
4
5
<!DOCTYPE html>
<html lang="en">
  <head>
    {% include header.html %}
  </head>
6
  <body class="bd-home">
Mark Otto's avatar
Mark Otto committed
7
8
9
10
11
    <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>
12

13
14
    {% include nav-home.html %}

15
16
    {{ content }}

17
    {% include footer.html %}
18
    {% include scripts.html %}
19
20
  </body>
</html>