{% if not single_page %} {% set ancestors = page.ancestors|reverse|list %} {% if page.is_index %} {% set ancestors = ancestors[:-1] %} {% endif %} {% if ancestors %} {% set ancestor_ns = namespace(level=ancestors|length) %}
{% endif %} {% include "templates/docs/machine-translated.html" %} {{ page.content|adjust_markdown_html }} {% endif %} {% if single_page and page.content %} {% endif %}
{% include "templates/docs/footer.html" %}
{% if single_page and page.content %} (function() { {% for chunk in page.content|chunks %} document.write({{ chunk|tojson|safe }}); {% endfor %} })(); {% endif %}