2021-02-03 01:20:41 +11:00
|
|
|
{%- extends "alabaster/layout.html" %}
|
|
|
|
|
2021-02-23 22:32:32 +11:00
|
|
|
{%- block document %}
|
|
|
|
{{ super() }}
|
|
|
|
|
2021-02-24 23:16:33 +11:00
|
|
|
<div style="clear:both;"></div> {# Fix interaction with floating .sphinxsidebar #}
|
|
|
|
|
2021-03-20 16:29:28 +11:00
|
|
|
<div id="footnote-preview"></div>
|
|
|
|
|
2021-02-24 23:16:33 +11:00
|
|
|
<div class="pre-footer">
|
2021-02-23 22:32:32 +11:00
|
|
|
<a href="https://gumroad.com/l/KErDHC">Buy the ebook: Pay what you want</a>
|
|
|
|
</div>
|
2021-02-24 22:32:22 +11:00
|
|
|
|
|
|
|
<div class="nav-page-holder">
|
|
|
|
{%- if prev %}
|
|
|
|
<a href="{{ prev.link|e }}" class="nav-page-prev"><span class="arrow">‹</span><span>Prev</span></a>
|
|
|
|
{%- endif %}
|
|
|
|
{%- if next %}
|
|
|
|
<a href="{{ next.link|e }}" class="nav-page-next"><span class="arrow">›</span><span>Next</span></a>
|
|
|
|
{%- endif %}
|
|
|
|
</div>
|
2021-02-23 22:32:32 +11:00
|
|
|
{%- endblock %}
|
|
|
|
|
2021-02-03 01:20:41 +11:00
|
|
|
{%- block footer %}
|
|
|
|
<div class="footer">
|
|
|
|
Edition {{ release }} | Copyright © {{ copyright }} | <a href="introduction.html#copyright">CC BY-SA 4.0 / GFDL 1.3</a>
|
|
|
|
{%- if show_source and has_source and sourcename %}
|
|
|
|
{% if show_copyright or theme_show_powered_by %}|{% endif %}
|
|
|
|
<a href="{{ pathto('_sources/' + sourcename, true)|e }}"
|
|
|
|
rel="nofollow">{{ _('Page source') }}</a>
|
|
|
|
{%- endif %}
|
|
|
|
</div>
|
|
|
|
{%- endblock %}
|