2016-11-09 01:45:36 +01:00
|
|
|
{% extends "zerver/portico.html" %}
|
|
|
|
|
|
|
|
{# Zulip User Documentation. #}
|
|
|
|
|
|
|
|
{% block portico_content %}
|
|
|
|
|
|
|
|
<div class="app terms-page">
|
2017-01-27 20:32:15 +01:00
|
|
|
<div class="app-main markdown">
|
2017-01-11 11:24:58 +01:00
|
|
|
{{ article|render_markdown_path }}
|
|
|
|
<div id="footer">
|
2017-01-11 23:58:53 +01:00
|
|
|
<hr />
|
2017-01-11 11:24:58 +01:00
|
|
|
<p>
|
|
|
|
Click <a href="/help/">here</a> to go back to the documentation home page.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
The Zulip software, including this documentation, is open source
|
|
|
|
which means that anyone can contribute to it. Click
|
|
|
|
<a href="https://zulip.readthedocs.io/en/latest/README.html">here</a>
|
|
|
|
to learn how you can contribute.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
2016-11-09 01:45:36 +01:00
|
|
|
</div>
|
|
|
|
|
2017-01-11 11:24:58 +01:00
|
|
|
|
2016-11-09 01:45:36 +01:00
|
|
|
{% endblock %}
|