{% macro script() %} {% if sphinx_version >= "1.8.0" %} {%- for scriptfile in script_files %} {{ js_tag(scriptfile) }} {%- endfor %} {% else %} {%- for scriptfile in script_files %} {%- endfor %} {% endif %} {%- for scriptfile in script_files %} {%- endfor %} {% if theme_jumbotron_use_geopattern|tobool %} {% endif %} {% endmacro %} {% macro css() %} {% for css in css_files %} {% if css|attr("rel") %} {% else %} {% endif %} {% endfor %} {% for css in extra_css_files %} {% if css|attr("rel") %} {% else %} {% endif %} {% endfor %} {% if not theme_jumbotron_background_image.startswith('data:') %} {% endif %} {% if theme_font_awesome_embed_code %} {% endif %} {% endmacro %} {% macro relbar() %} {% endmacro %} {% macro sidebar() %} {% if render_sidebar %} {%- endif %} {% endmacro %} {%- set url_root = pathto('', 1) %} {%- if url_root == '#' %}{% set url_root = '' %}{% endif %} {% if 'singlehtml' not in builder %} {% set global_toc = toctree(maxdepth=theme_toc_depth|int, collapse=theme_toc_collapse, includehidden=theme_toc_hidden) %} {% endif %} {{ metatags }} {% if favicon %} {% endif %} {% block htmltitle %} {{ title|striptags|e }}{{ titlesuffix }} {% endblock %} {{ css() }} {% if theme_canonical_url %} {% endif %} {% block linktags %} {% if hasdoc('about') %} {% elif theme_about %} {% endif %} {% if hasdoc('genindex') %} {% endif %} {% if hasdoc('search') %} {% endif %} {% if hasdoc('copyright') %} {% endif %} {% if next %} {% endif %} {% if prev %} {% endif %} {% endblock %} {% block extrahead %}{% endblock %} {% block header %} {% endblock %}

{{ title }}

{# % if page.subtitle % #} {# { page.subtitle } #} {# % endif % #} {# % if page.date % #} {# {# { page.date | date: "%Y/%m/%d" } #} {# % endif % #}
{% block content %}
{% block body %}{% endblock %} {% include "disqus-comments.html" %}

Table Of Contents

{% if global_toc %} {{ global_toc }} {% else %} {{ toc }} {% endif %}
{% endblock %} {% block footer %} {% endblock %} {% block scripts %} {{ script() }} {% endblock %}