{%- extends "alabaster/layout.html" %} {%- block extrahead %} {{ super() }} {%- if not favicon %} {%- endif %} {% endblock %} {% block sidebar1 %} {%- include "rightsidebar.html" %} {% endblock %} {# Prev / Next buttons Alabaster theme does not provide blocks for prev/next at bottom of each page. This is _in addition_ to the prev/next in the sidebar. The "Prev/Next" text or symbols are handled by CSS classes in _static/custom.css #} {% macro prev_next(prev, next, prev_title='', next_title='') %} {%- if prev %} {{ prev_title or prev.title }} {%- endif %} {%- if next %} {{ next_title or next.title }} {%- endif %}
{% endmacro %} {% block relbar_top %} {% endblock %} {% block relbar_bottom %} {% endblock %} {%- block sidebarlogo %} {%- endblock %}