{# Filename: .templates/layout.html #} {% extends '!layout.html' %} {# Change page TOC title #} {%- block sidebartoc %} {%- if display_toc %}

Page Contents

{{ toc }} {%- endif %} {%- endblock %} {# Remove "Next topic" and "Previous topic" links from sidebar #} {%- block sidebarrel %} {%- endblock %} {# Include current page title in breadcrumbs #} {% block relbaritems %} {% if current_page_name != 'index' %}
  • {{ title }}
  • {% endif %} {% endblock %}