{% extends "basic/layout.html" %} {% set asset_root = "_static" %} {% set css_files = [asset_root + "/copies/reset.css", asset_root + "/copies/base.css", asset_root + "/copies/layout.css"] + css_files %} {% set script_files = [asset_root + "/copies/html5shiv.js", asset_root + "/copies/q.js", asset_root + "/copies/q.placeholder.js", asset_root + "/copies/q.sticky.js", asset_root + "/copies/application.js"] + script_files %} {%- macro breadcrumb() %} Home{{ reldelim1 }} {%- block rootrellink %} {{ shorttitle|e }} {%- endblock %} {%- for parent in parents %} {%- if parent.title != "Table of Contents" %} {{ reldelim1 }} {{ parent.title }} {%- endif %} {%- endfor %} {%- if pagename != master_doc %} {{ reldelim1 }} {{ title }} {%- endif %} {%- endmacro %} {%- block doctype %} {% endblock %} {%- block header %}
{% endblock %} {%- block extrahead %} {% endblock %} {%- block content %}
{%- block document %}
{% block body %} {% endblock %}
{%- if prev %} | {%- endif %} {%- if next %} {%- endif %}
{%- endblock %}
{%- endblock %} {%- block relbar1 %} {% endblock %} {%- block relbar2 %} {% endblock %} {%- block footer %} {% endblock %}