{% macro script() %} {%- for scriptfile in script_files %} {%- endfor %} {% 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 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 %} {{ 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 %} {% block relbar1 %}{% 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" %}
{% if 'singlehtml' not in builder %} {% set global_toc = toctree(maxdepth=2, collapse=False, includehidden=True) %} {% endif %}

Table Of Contents

{% if global_toc %} {{ global_toc }} {% else %}
{# % include "localtoc.html" % #} {{ toc }}
{% endif %}
{% endblock %} {% block footer %} {% endblock %} {% block scripts %} {{ script() }} {% endblock %}