{% extends "zerver/portico.html" %} {% set entrypoint = "landing-page" %} {% set OPEN_GRAPH_TITLE = 'Team chat with first-class threading' %} {% set OPEN_GRAPH_DESCRIPTION = 'Most team chats are overwhelming to keep up with. Zulip takes a different approach.' %} {% block title %} The best group chat {% endblock %} {% block customhead %} {% endblock %} {% block portico_content %} {% include 'zerver/landing_nav.html' %}

Why Zulip?

{{ render_markdown_path('zerver/why-zulip.md') }}

Learn how Zulip can help your organization!

{% endblock %}