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-02-18 23:58:54 +01:00
|
|
|
{% if not_index_page %}
|
2017-02-10 00:56:43 +01:00
|
|
|
<div class="back-to-home">
|
|
|
|
<a href="/help/"><div class="icon-vector-chevron-left"></div>Home</a>
|
|
|
|
</div>
|
2017-02-18 23:58:54 +01:00
|
|
|
{% endif %}
|
2017-01-11 11:24:58 +01:00
|
|
|
{{ article|render_markdown_path }}
|
2017-02-01 02:55:02 +01:00
|
|
|
<div id="footer" class="documentation-footer">
|
2017-01-11 23:58:53 +01:00
|
|
|
<hr />
|
2017-01-11 11:24:58 +01:00
|
|
|
<p>
|
2017-02-01 02:55:02 +01:00
|
|
|
<a href="/help/">Documentation home</a>.
|
|
|
|
The Zulip software, including this documentation, is open source! Learn how
|
|
|
|
you can contribute <a href="https://zulip.readthedocs.io/en/latest/user-docs.html">here</a>.
|
2017-01-11 11:24:58 +01:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
2016-11-09 01:45:36 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
{% endblock %}
|