Congratulations!
You have a working application.
{% for name, url in openapi_schema %}
{% if url %}
See {{ name | capitalize }} API Docs
{% endif %}
{% endfor %}
You have a working application.