{% extends "zerver/portico.html" %} {% set entrypoint = "landing-page" %} {% block title %} Zulip: the best group chat for open source projects {% endblock %} {% block customhead %} {% endblock %} {% block portico_content %} {% include 'zerver/landing_nav.html' %}

{% trans %}Privacy policy{% endtrans %}

{% if privacy_policy %} {{ render_markdown_path(privacy_policy, pure_markdown=True) }} {% else %} {% trans %} This installation of Zulip does not have a configured privacy policy. Contact this server's administrator if you have any questions. {% endtrans %} {% endif %}
{% endblock %}