{{page.connected_apps_heading.t_headline}}

{% assign sections = page.connected_apps | where: "type", "section" %} {% assign apps = page.connected_apps | where: "type", "app" %}
{% for section in sections %}

{{ section.t_headline }}

{% if section.t_subheadline %}

{{ section.t_subheadline }}

{% endif %}
{% for app in apps %} {% assign app_cat = app.category | downcase %} {% if app_cat == section.id %}
{% assign app-bg = %} {% capture app-bg %}{% picture open_graph_799 pages/{{ app.i_main_logo_bg }} %}{% endcapture %}
{% if app.i_main_logo %} {% picture article_top pages/{{app.i_main_logo}} alt="{{ app.i_main_logo | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" class="img-fluid main_logo" %} {% endif %}
{% endif %} {% endfor %}
{% endfor %}