{# There are various commnet block within this file suggesting subbstitutions #} {# that could be supported by sphinx incorporate it within a django project #} {# #} {# NOTE : This has been duplicated under web_templates.sphinx.django #} {{ '{% extends "base.sphinx.html" %}' }} {{ '{% block dtd %}' }} {%- block doctype -%} {# super() #} {%- endblock %} {{ '{% endblock dtd %}' }} {{ '{% block meta_charset %}' }} {{ '{% endblock meta_charset %}' }} {{ '{% block meta_suffix %}' }} {{ metatags }} {{ '{% endblock meta_suffix %}' }} {{ '{% block site_title %}' }} {%- block htmltitle %} {# super() #} {%- endblock %} {{ '{% endblock site_title %}' }} {{ '{% block css_suffix %}' }} {# block css #} {# css() #} {# endblock css #} {{ '{% endblock css_suffix %}' }} {{ '{% block site_suffix %}' }} {# block embedded #} {%- if not embedded %} {# block js #} {# script() #} {# endblock js #} {# block opensearch #} {%- if use_opensearch %} {%- endif %} {# endblock opensearch #} {# block favicon #} {%- if favicon %} {%- endif %} {# endblock favicon #} {%- endif %} {# endblock embedded #} {# block links #} {%- block linktags %} {# block about #} {%- if hasdoc('about') %} {%- endif %} {# endblock about #} {# lock index #} {%- if hasdoc('genindex') %} {%- endif %} {# endblock index #} {# block search #} {%- if hasdoc('search') %} {%- endif %} {# endblock search #} {# block copyright #} {%- if hasdoc('copyright') %} {%- endif %} {# endblock copyright #} {# block title #} {# endblock title #} {# block parents #} {%- if parents %} {%- endif %} {# endblock parents #} {# block next #} {%- if next %} {%- endif %} {# endblock next #} {# block prev #} {%- if prev %} {%- endif %} {# endblock prev #} {%- endblock %} {# endblock links #} {{ '{% endblock site_suffix %}' }} {%- block extrahead %} {% endblock extrahead %} {{'{% block header %}' }} {%- block header %}{% endblock header%} {{ '{% endblock header %}' }} {{'{% block nav %}' }} {# We Cancel out the Django templates' Nav section for now #} {{ '{% endblock nav %}' }} {{ '{% block body %}' }} {%- block relbar1 %} {# relbar() #} {% endblock relbar1 %} {%- block content %} {%- block sidebar1 %} {# possible location for sidebar #} {% endblock %}