2c9147c3d4365ac7d50dc2002242ba1726760d16.svn-base 394 B

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. {% include header.html %}
  5. </head>
  6. <body class="bd-home">
  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. {% include nav-home.html %}
  13. {{ content }}
  14. {% include footer.html %}
  15. </body>
  16. </html>