{% extends "zerver/portico.html" %} {% set entrypoint = "landing-page" %} {% set OPEN_GRAPH_TITLE = 'The Zulip development community' %} {% set OPEN_GRAPH_DESCRIPTION = 'Join the Zulip community to contribute, ask questions, or provide feedback to the creators of Zulip.' %} {% block title %} The Zulip development community {% endblock %} {% block customhead %} {% endblock %} {% block portico_content %} {% include 'zerver/landing_nav.html' %}

{% trans %}The Zulip development community{% endtrans %}

Join today! The buttons below provide customized stream subscriptions.
{{ render_markdown_path('zerver/development-community.md') }}
{% endblock %}