{% if page.toc %}
{%- unless page.no_toc -%}
{%- endunless -%}
{% endif %}
{% if page.is_post and page.sidebar == false %}
{% elsif page.no_toc == true %}
{% elsif page.is_homepage or page.layout == "landingpage" %}
{% include javascripts/scripts.html %}
{% elsif doc=="categories" %}
{% else %}
{% endif %}
{% if page.is_homepage or page.layout == "landingpage" %}
{{ content }}
{% else %}
{{ content | output_modder }}
{% endif %}
{% unless page.sidebar == false or page.layout == "landingpage" %}
{% if root == 'integrations' %}