{% extends "base.html" %} {% block title %}Documentation — deepl-i18n{% endblock %} {% block content %}

Documentation

{% if source %}Rendered from {{ source }}.{% endif %} Badges and other remote images are not loaded — this page stays offline like the rest of the UI.

{% if error %}
!
Documentation not available
{{ error }}
{% else %} {% if warning %}
!
Unformatted
{{ warning }}
{% endif %} {% if toc %}
On this page {{ toc|safe }}
{% endif %}
{{ html|safe }}
{% endif %} {% endblock %}