1 {% extends
"basic/layout.html" %}
7 {%- block extrahead -%}
8 <link href='http://fonts.googleapis.com/css?family=Source+Code+Pro|Open+Sans:
300italic,
400italic,
700italic,
400,
300,
700' rel='stylesheet' type='text/css'
>
9 <link href=
"{{ pathto("_static/solarized-dark.css
", 1) }}" rel=
"stylesheet">
12 {# put the sidebar before the body #}
13 {% block sidebar1 %}{{ sidebar() }}{% endblock %}
14 {% block sidebar2 %}{% endblock %}
18 {%- if show_copyright %}
19 {%- if hasdoc('copyright') %}
20 {% trans path=pathto('copyright'), copyright=copyright|e %}
© <a href=
"{{ path }}">Copyright
</a> {{ copyright }}.{% endtrans %}
22 {% trans copyright=copyright|e %}
© Copyright {{ copyright }}.{% endtrans %}
25 {%- if last_updated %}
26 {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
29 {% trans sphinx_version=sphinx_version|e %}Created using
<a href=
"http://sphinx.pocoo.org/">Sphinx
</a> {{ sphinx_version }}.Theme by
<a href=
"http://github.com/vkvn">vkvn
</a>{% endtrans %}