{% extends "zerver/portico.html" %} {% set entrypoint = "landing-page" %} {% set PAGE_TITLE = "Try Zulip now" %} {% set PAGE_DESCRIPTION = "Check out the Zulip app by viewing the Zulip development community. No account required." %} {% block customhead %} {% endblock %} {% block portico_content %} {% include 'zerver/landing_nav.html' %}

Try Zulip now

Check out the Zulip app in the Zulip development community.
No account required.

{{ render_markdown_path('corporate/try-zulip-part1.md') }}
{{ render_markdown_path('corporate/try-zulip-part2.md') }}
{% endblock %}