{% extends theme("base.html") %} {% set meta = { 'title': _('API Documentation'), 'description': _('%(site)s API documentation', site=config['SITE_TITLE']), 'keywords': ['API', 'documentation'], } %} {% block content %}

{{ _("The API documentation is available at") }} {{ config['API_DOC_EXTERNAL_LINK'] }}.

{% endblock %}