{% extends "zerver/portico.html" %} {# Privacy policy. #} {% block portico_content %}
{% 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 %}