{% extends "zerver/portico.html" %} {% set entrypoint = "landing-page" %} {% set PAGE_TITLE = "Security | Zulip" %} {% set PAGE_DESCRIPTION = "Making sure your information stays protected is our highest priority. Learn how Zulip’s security strategy covers all aspects of our product and business." %} {% block customhead %} {% endblock %} {% block portico_content %} {% include 'zerver/landing_nav.html' %}

Zulip security

{{ render_markdown_path('corporate/security.md') }}
{% endblock %}