2016-01-29 01:27:15 +03:00
|
|
|
<!DOCTYPE html>
|
2016-09-08 20:43:23 +03:00
|
|
|
<html class="no-js">
|
2016-01-29 01:27:15 +03:00
|
|
|
<head>
|
2016-02-04 17:03:20 +03:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1">
|
2016-09-08 20:43:23 +03:00
|
|
|
{% if page_title %}
|
|
|
|
<title>{{ page_title }} - {{ site_name }}</title>
|
|
|
|
{% elif page_description %}
|
|
|
|
<title>{{ site_name }} - {{ page_description }}</title>
|
|
|
|
{% else %}
|
|
|
|
<title>{{ site_name }}</title>
|
|
|
|
{% endif %}
|
|
|
|
{% if page_description %}
|
|
|
|
<meta name="description" content="{{ page_description }}">
|
|
|
|
{% endif %}
|
|
|
|
{% if canonical_url %}
|
|
|
|
<link rel="canonical" href="{{ canonical_url }}">
|
|
|
|
{% endif %}
|
|
|
|
{% if site_author %}
|
|
|
|
<meta name="author" content="{{ site_author }}">
|
|
|
|
{% endif %}
|
|
|
|
<meta name="generator" content="mkdocs+mkdocs-material#0.2.1">
|
2016-09-11 20:00:53 +03:00
|
|
|
<script src="{{ base_url }}/assets/javascripts/modernizr-772e114b08.js"></script>
|
2016-09-08 20:43:23 +03:00
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700">
|
2016-09-11 20:00:53 +03:00
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Mono:500">
|
2016-09-02 01:33:45 +03:00
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
2016-09-11 20:58:22 +03:00
|
|
|
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-07c02d33cc.css">
|
2016-01-29 01:27:15 +03:00
|
|
|
{% for path in extra_css %}
|
2016-02-04 17:03:20 +03:00
|
|
|
<link rel="stylesheet" href="{{ path }}">
|
2016-01-29 01:27:15 +03:00
|
|
|
{% endfor %}
|
|
|
|
</head>
|
2016-08-07 19:01:56 +03:00
|
|
|
<body>
|
2016-09-04 18:11:58 +03:00
|
|
|
<input class="md-toggle md-toggle--drawer" type="checkbox" id="drawer">
|
|
|
|
<input class="md-toggle md-toggle--search" type="checkbox" id="search">
|
|
|
|
<label class="md-overlay" for="drawer"></label>
|
2016-08-07 19:01:56 +03:00
|
|
|
{% include "header.html" %}
|
|
|
|
<div class="md-container">
|
|
|
|
<main class="md-main">
|
2016-09-11 20:00:53 +03:00
|
|
|
<div class="md-main__inner md-grid">
|
2016-08-07 19:01:56 +03:00
|
|
|
{% set h1 = "\x3ch1 id=" in content %}
|
|
|
|
{% if nav %}
|
|
|
|
{% include "nav.html" %}
|
2016-01-29 01:27:15 +03:00
|
|
|
{% endif %}
|
2016-08-07 19:01:56 +03:00
|
|
|
{% if toc %}
|
|
|
|
{% include "toc.html" %}
|
|
|
|
{% endif %}
|
|
|
|
<div class="md-content md-content--typeset">
|
|
|
|
<article class="md-content__inner">
|
2016-09-11 20:00:53 +03:00
|
|
|
<div class="floater">Edit on GitHub</div>
|
2016-08-07 19:01:56 +03:00
|
|
|
{{ content }}
|
|
|
|
<hr>
|
|
|
|
<small class="md-content__copyright">
|
|
|
|
{% if copyright %}
|
|
|
|
{{ copyright }} –
|
|
|
|
{% endif %}
|
|
|
|
This document was created with
|
2016-09-02 23:59:14 +03:00
|
|
|
<a href="http://www.mkdocs.org">
|
|
|
|
MkDocs
|
|
|
|
</a>
|
2016-08-07 19:01:56 +03:00
|
|
|
and the
|
2016-09-02 23:59:14 +03:00
|
|
|
<a href="http://squidfunk.github.io/mkdocs-material/">
|
|
|
|
Material
|
|
|
|
</a>
|
2016-08-07 19:01:56 +03:00
|
|
|
theme.
|
|
|
|
</small>
|
|
|
|
</article>
|
2016-01-29 01:27:15 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
2016-08-07 19:01:56 +03:00
|
|
|
</main>
|
|
|
|
{% include "footer.html" %}
|
|
|
|
</div>
|
2016-01-29 01:27:15 +03:00
|
|
|
<script>
|
|
|
|
var base_url = '{{ base_url }}';
|
2016-08-07 19:01:56 +03:00
|
|
|
var repo_url = '{{ repo_url }}';
|
2016-01-29 01:27:15 +03:00
|
|
|
</script>
|
2016-09-11 20:00:53 +03:00
|
|
|
<script src="{{ base_url }}/assets/javascripts/application-ac947cb450.js"></script>
|
2016-01-29 01:27:15 +03:00
|
|
|
{% for path in extra_javascript %}
|
|
|
|
<script src="{{ path }}"></script>
|
|
|
|
{% endfor %}
|
|
|
|
</body>
|
|
|
|
</html>
|