mirror of https://github.com/zulip/zulip.git
14 lines
243 B
HTML
14 lines
243 B
HTML
|
{% extends "zerver/portico.html" %}
|
||
|
|
||
|
{# Zulip User Documentation. #}
|
||
|
|
||
|
{% block portico_content %}
|
||
|
|
||
|
<div class="app terms-page">
|
||
|
<div class="app-main terms-page-container">
|
||
|
{{ article|render_markdown_path }}
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
{% endblock %}
|