{%- if pagename != master_doc and next %}
{{- pybtex_toc() }}
{%- else %}
{%- endif %}
{%- if next %}
{{ next.title }} →
{%- elif prev %}
{{- pybtex_toc() }}
{%- endif %}
{%- endmacro %}
{%- block htmltitle %}
{{ title|striptags|e }}{{ titlesuffix }} {% if not site %}({{ release }}){% endif %}
{%- endblock %}
{%- block css %}
{# is is the right place for meta tags? #}
{{ super() }}
{%- endblock %}
{%- block scripts %}
{%- if not site %}{{ super() }}{% endif %}
{%- endblock %}
{%- block relbar1 %}
{%- if not site %}{{ pybtex_relbar() }}{% endif %}
{%- endblock %}
{%- block relbar2 %}
{%- if not site %}{{ pybtex_prev_next() }}{% endif %}
{%- endblock %}
{%- block footer %}
{%- if not site %}{{ super() }}{% endif %}
{%- endblock %}