{# Layout modifications for the Pylit documentation #} {# Filename: .templates/layout.html #} {% extends '!layout.html' %} {%- block relbaritems %}
  • {{ title }}
  • {% endblock %} {%- set reldelim1 = ' / ' %} {%- block sidebartoc %} {%- if display_toc %}

    Contents

    {{ toc }}
    {%- endif %} {%- endblock %} {%- block sidebarrel %} {%- if prev %}

    Previous Page

    {{ prev.title }}

    {%- endif %} {%- if next %}

    Next Page

    {{ next.title }}

    {%- endif %} {%- if pagename != "index" %}

    Up

    {%- if parents %} {{ parents[-1].title }} {%- else %} {{ shorttitle }} {%- endif %}

    {%- endif %}
    {%- endblock %} {%- block sidebarsearch %} {%- if pagename != "search" %}

    Search this site

    {%- if builder == 'web' %}

    Enter a module, class or function name.

    {%- endif %} {%- endif %} {%- endblock %} {% block footer %}

    {% endblock %}