{%- block doctype -%} {%- endblock %} {% set xxx = rellinks.extend([ ('glossary', 'Glossary', 'g', 'Glossary'), ('contents', 'Table of Contents', 't', 'Table of Contents'), ]) %} {%- set reldelim1 = reldelim1 is not defined and ' »' or reldelim1 %} {%- set reldelim2 = reldelim2 is not defined and ' |' or reldelim2 %} {%- set render_sidebar = (not embedded) and (not theme_nosidebar|tobool) and (sidebars != []) %} {%- set url_root = pathto('', 1) %} {# XXX necessary? #} {%- if url_root == '#' %}{% set url_root = '' %}{% endif %} {%- if not embedded and docstitle %} {%- set titlesuffix = " — "|safe + docstitle|e %} {%- else %} {%- set titlesuffix = "" %} {%- endif %} {% set script_files = [ '_static/js/core.min.js', '_static/js/webhelp.min_v1.4.3.js', ] %} {% set css_files = [ '_static/css/core.min.css', '_static/css/webhelp.min_v1.4.4.css', ] %} {%- macro relbar() %} {%- for rellink in rellinks|reverse %}
  • {{ rellink[3] }} {# {%- if not loop.last %}{{ reldelim2 }}{% endif %} #}
  • {%- endfor %} {%- block relbaritems %} {% endblock %} {%- endmacro %} {%- macro script() %} {%- for scriptfile in script_files %} {%- endfor %} {%- endmacro %} {%- macro css() %} {%- for cssfile in css_files %} {%- endfor %} {%- endmacro %} {{ metatags }} {%- block htmltitle %} {{ title|striptags|e }}{{ titlesuffix }} {%- endblock %} {{ css() }} {%- if favicon %} {%- endif %} {%- block linktags %} {%- if hasdoc('about') %} {%- endif %} {%- if hasdoc('genindex') %} {%- endif %} {%- if hasdoc('search') %} {%- endif %} {%- if hasdoc('copyright') %} {%- endif %} {%- if parents %} {%- endif %} {%- if next %} {%- endif %} {%- if prev %} {%- endif %} {%- endblock %} {%- block content %}
    {% if build_type == "develop" and on_saltstack %}
    {% endif %} {% if build_type == "inactive" and on_saltstack %}
    {% endif %} {%- block document %}
    {% block body %} {% endblock %}
    {%- endblock %} {%- if prev %} {%- endif %} {%- if next %} {%- endif %}
    {%- block footer %} {%- endblock %}
    {%- endblock %} {%- if not embedded %} {{ script() }} {%- if use_opensearch %} {%- endif %} {%- endif %} {% if on_saltstack %} {% endif %}