2013-05-09 06:56:08 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<!-- Meta, title, CSS, favicons, etc. -->
|
|
|
|
{% include header.html %}
|
|
|
|
<!-- Place anything custom after this. -->
|
|
|
|
</head>
|
2013-05-09 07:53:22 +02:00
|
|
|
<body>
|
2013-05-09 06:56:08 +02:00
|
|
|
|
|
|
|
<!-- Docs master nav -->
|
|
|
|
{% include nav-main.html %}
|
|
|
|
|
|
|
|
<!-- Docs page layout -->
|
2013-05-09 07:53:22 +02:00
|
|
|
<div class="container">
|
2013-05-09 06:56:08 +02:00
|
|
|
{{ content }}
|
|
|
|
|
|
|
|
<!-- Main docs footer (social buttons, copyright, etc). -->
|
|
|
|
{% include colophon.html %}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- JS and analytics only. -->
|
|
|
|
{% include footer.html %}
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|