{% extends "zerver/portico.html" %} {% set entrypoint = "landing-page" %} {# Terms of Service. #} {% block customhead %} {% endblock %} {% block portico_content %} {% include 'zerver/landing_nav.html' %}

{% trans %}Terms of Service{% endtrans %}

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