{% extends "zerver/portico.html" %} {% set entrypoint = "landing-page" %} {% set OPEN_GRAPH_TITLE = 'The Zulip developer 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 developer community {% endblock %} {% block customhead %} {% endblock %} {% block portico_content %} {% include 'zerver/landing_nav.html' %}

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

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