2015-11-20 00:58:21 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
{% include header.html %}
|
|
|
|
</head>
|
2015-11-26 01:01:18 +03:00
|
|
|
<body class="bd-docs" data-spy="scroll" data-target=".bd-sidenav-active">
|
|
|
|
<a id="skippy" class="sr-only sr-only-focusable" href="#content">
|
2015-11-20 00:58:21 +03:00
|
|
|
<div class="container">
|
2015-11-26 01:01:18 +03:00
|
|
|
<span class="skiplink-text">Skip to main content</span>
|
2015-11-20 00:58:21 +03:00
|
|
|
</div>
|
2015-11-26 01:01:18 +03:00
|
|
|
</a>
|
2015-11-20 00:58:21 +03:00
|
|
|
|
2015-11-26 01:01:18 +03:00
|
|
|
{% include nav-home.html %}
|
2015-11-20 00:58:21 +03:00
|
|
|
|
2015-11-26 01:01:18 +03:00
|
|
|
<div id="content">
|
|
|
|
{{ content }}
|
2015-11-20 00:58:21 +03:00
|
|
|
</div>
|
|
|
|
|
|
|
|
{% include footer.html %}
|
|
|
|
</body>
|
|
|
|
</html>
|