{% extends "zerver/portico-help.html" %} {% set entrypoint = "help" %} {# Zulip user and API documentation. #} {% block title %} {{ PAGE_TITLE }} {% endblock %} {% block portico_content %}
{% if page_is_policy_center %} {{ render_markdown_path(article, pure_markdown=True) }} {% else %} {{ render_markdown_path(article, api_uri_context) }} {% endif %}
{% endblock %}