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

{% trans %}Why Zulip?{% endtrans %}

{{ 'zerver/why-zulip.md'|render_markdown_path }}
{% endblock %}