2013-07-27 15:18:12 +08:00
|
|
|
<!DOCTYPE html>
|
2013-02-13 04:16:32 +08:00
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2013-02-14 15:37:08 +08:00
|
|
|
<!-- Meta, title, CSS, favicons, etc. -->
|
|
|
|
{% include header.html %}
|
2013-02-13 04:16:32 +08:00
|
|
|
</head>
|
2015-01-20 10:51:21 +08:00
|
|
|
<body class="bs-docs" data-spy="scroll" data-target=".bs-docs-sidenav-active">
|
2015-01-04 12: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-13 04:16:32 +08:00
|
|
|
|
2015-01-20 12:03:08 +08:00
|
|
|
{{ content }}
|
2013-02-13 04:16:32 +08:00
|
|
|
|
2013-02-14 15:37:08 +08:00
|
|
|
{% include footer.html %}
|
2013-02-13 04:16:32 +08:00
|
|
|
</body>
|
2013-02-26 16:37:59 +08:00
|
|
|
</html>
|