{% for key in api_module_keys %}
URL Prefix: {{ api_modules[key]['url_prefix'] }}
{% if api_modules[key]['doc'] %}
{{ api_modules[key]['doc'] }}
{% endif %}
{% endfor %}