--- layout: default ---
{% include_cached navbar/logo.html %}
{% if page.strat %} {% include menu/menu-strat.html %} {% else %} {% include_cached menu/menu-{{ page.integration_type }}.html %} {% endif %}
{% include_cached navbar/nav.html %}
{% include_cached navbar/navbar-mobile.html %}
{% include components/breadcrumbs.html %}
{%- if page.mark -%}
{%- endif -%}
{%- if page.title -%}

{{ page.title }}

{%- endif -%} {%- if page.excerpt -%}
{{ page.excerpt | markdownify }}
{%- endif -%}
{%- if page.url contains "destinations/catalog" -%} {%- else -%}
{%- endif -%} {%- unless page.hide_toc -%} {% include sidebar/mobile-menu-side.html %} {%- endunless -%}
{% if page.beta %} {% unless page.integration_type == 'source' or page.integration_type == 'destination' %} {% include content/beta-note.md %} {% endunless %} {% endif %} {{ content }}

This page was last modified: {{ page.last_modified_at | date: '%d %b %Y' }}

{% if page.contributors %} {% include components/recent-contributor.html contributors=page.contributors %} {% endif %}
{% include components/feedback.html %}
{% include components/callout.html %}