{% extends "zerver/portico.html" %} {% block title %} Zulip: the best group chat for companies {% endblock %} {% block customhead %} {{ super() }} {% stylesheet 'portico' %} {% stylesheet 'landing-page' %} {{ render_bundle('landing-page') }} {% endblock %} {% block portico_content %} {% include 'zerver/landing_nav.html' %}

{% trans %}The best chat for workplaces{% endtrans %}

Make better use of your managers' time, integrate your remote workers, and replace your low-content meetings

{{ render_markdown_path('zerver/for/companies.md') }}
{% endblock %}