{% extends "zerver/portico.html" %} {% block title %} Zulip: the best group chat for open source projects {% endblock %} {% block customhead %} {{ super() }} {% stylesheet 'portico' %} {% stylesheet 'landing-page' %} {{ render_bundle('landing-page') }} {% endblock %} {% block portico_content %} {% include 'zerver/landing_nav.html' %}

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

{% if privacy_policy %} {{ render_markdown_path(privacy_policy) }} {% 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 %}