2013-03-28 04:08:14 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
{% include header.html %}
|
|
|
|
</head>
|
2015-04-16 17:07:20 -04:00
|
|
|
<body class="bd-home">
|
2015-01-06 18:35:49 -05: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-03-28 04:08:14 -04:00
|
|
|
|
2015-08-05 02:39:51 -04:00
|
|
|
{% include nav-home.html %}
|
|
|
|
|
2013-07-26 04:43:43 -04:00
|
|
|
{{ content }}
|
|
|
|
|
2013-03-28 04:08:14 -04:00
|
|
|
{% include footer.html %}
|
2017-05-29 13:52:13 -04:00
|
|
|
{% include scripts.html %}
|
2013-03-28 04:08:14 -04:00
|
|
|
</body>
|
|
|
|
</html>
|