{% extends "zerver/portico.html" %} {% block title %} Zulip: the best group chat for open source projects {% 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 open source projects{% endtrans %}

Engage your community with fun, thoughtful, and organized discussion

{{ render_markdown_path('zerver/for/open-source.md') }}
{% endblock %}