{{ service_name }}

{{ service_description }} {% if service_version %} Version {{ service_version }}{% endif %}
{% for e in endpoints if e.endpoint and e.parameter %}
{{ e.endpoint|title }} {{ "/%s/{%s}"|format(e.endpoint, e.parameter) }}

{{ e.description }}

{% endfor %}