{% extends "basic/layout.html" %}
{% block rootrellink %}
  {% if docstitle.startswith('Sage Documentation') %}
    
  {% else %}
    {% if pathto(master_doc).endswith('.html') %}
      
    {% else %}
      
       Sage Reference Manual  »
    {% endif %}
  {% endif %}
  {{ super() }}
{% endblock %}
{% block extrahead %}
    
    
    
{% endblock %}
{%- block footer %}
    {{ super() }}
    
{%- endblock %}
{%- macro sidebar() %}
      {%- if not embedded %}{% if not theme_nosidebar|tobool %}