--- layout: default --- {% include setlang.html %} {% comment %} {% include breadcrumbs.html %} {% include share.html %} {% assign subnav = site.data[page.subnav] %} {% include linklist.html items=subnav dynamic=true %} {% endcomment %} {% assign apis = site.data.apis %} {% assign root = '/' | append: active_lang | append: '/api' %}

{{ page.title }}

{{ page.subtitle }}

{{ content }}
{% for api in apis %} {% assign url = '/' | append: active_lang | append: '/api/' | append: api.slug | downcase %}
{% if api.contact.logo %}
{{api.contact.name}}
{% endif %} {% if api.comingsoon != true %}

{{api.title}}

{% else %}

{{api.title}}

{% endif %} {% if api.contact %}

{{api.contact.name}}

{% endif %}

{{api.abstract}}

{% if api.comingsoon != true %} {{t.software.read_more}} → {% else %} {{ t.coming_soon }} {%endif%}
{% endfor %}