{% include components/breadcrumbs.html %}
{%- endif -%} {%- unless page.hide_toc -%} {% include sidebar/mobile-menu-side.html %} {%- endunless -%}
{% include components/feedback.html %}
{% include components/callout.html %}
{%- if page.mark -%}
{%- endif -%}
{%- if page.url contains "destinations/catalog" -%}
{%- else -%}
{%- if page.title -%}
{{ page.title }}
{%- endif -%} {%- if page.excerpt -%}
{{ page.excerpt | markdownify }}
{%- endif -%}
{%- 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 %}