{% assign url_parts = page.url | split: '/' %} {% assign root = url_parts[1] %} {% assign doc = url_parts[2] %} {% include site/head.html %}
{% if page.hero_unit %} {% include site/hero_unit.html %} {% endif %}
{% 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" %}
{% 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' %}
{% include javascripts/scripts.html %}