{% extends "zerver/portico.html" %} {% block customhead %} {{ super() }} {% stylesheet 'portico' %} {% stylesheet 'landing-page' %} {{ render_bundle('landing-page') }} {% endblock %} {% block hello_page_container %} hello-main{% endblock %} {% block portico_content %} {% include 'zerver/landing_nav.html' %} {% include 'zerver/gradients.html' %}

{% trans %}Over 60 native integrations.{% endtrans %}

{% trans %} And hundreds more through Hubot, Zapier, and IFTTT. {% endtrans %}

{% trans %}Categories{% endtrans %}

{% trans %}All{% endtrans %}

{% for category in categories_dict.keys() %}

{{ categories_dict[category] }}

{% endfor %}
{% for integration in integrations_dict.values() %} {% if integration.is_enabled() %}

Logos are trademarks of their respective owners. None of the integrations on this page are created by, affiliated with, or supported by the companies represented by the logos.

{% endif %} {% endfor %}
{% endblock %}