2013-07-27 00:18:12 -07:00
|
|
|
<!DOCTYPE html>
|
2013-02-12 12:16:32 -08:00
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2013-02-13 23:37:08 -08:00
|
|
|
{% include header.html %}
|
2013-02-12 12:16:32 -08:00
|
|
|
</head>
|
2015-04-16 14:07:20 -07:00
|
|
|
<body class="bd-docs" data-spy="scroll" data-target=".bd-sidenav-active">
|
2015-01-03 20:08:58 -08:00
|
|
|
<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>
|
2013-02-12 12:16:32 -08:00
|
|
|
|
2015-08-04 23:39:51 -07:00
|
|
|
{% include nav-home.html %}
|
|
|
|
|
2015-01-19 20:03:08 -08:00
|
|
|
{{ content }}
|
2013-02-12 12:16:32 -08:00
|
|
|
|
2013-02-13 23:37:08 -08:00
|
|
|
{% include footer.html %}
|
2013-02-12 12:16:32 -08:00
|
|
|
</body>
|
2013-02-26 00:37:59 -08:00
|
|
|
</html>
|