{{ page.app_category.t_headline }}

{% for category_item in page.app_category.app_category_item %} {% assign tab_index = forloop.index %} {% for category in category_item %} {% assign category_name = category[0] %} {% assign category_data = category[1] %} {% assign apps = category_data.apps %} {% assign tab_image = category_data.i_image %}
{% for app in apps %}
{% picture width_500 pages/{{ app.i_icon }} alt="{{ app.i_icon | remove: '.png' | remove: '.webp' | remove: '.jpg' | replace: '-', ' ' | replace: '_', ' ' }}" %}

{{ app.t_headline }}

{% if app.t_subheadline %}

{{ app.t_subheadline }}

{% endif %} {% endfor %}
{% if tab_image %}
{% picture width_500 pages/{{ tab_image }} alt="{{ tab_image | remove: '.png' | remove: '.webp' | remove: '.jpg' | remove: '.jpeg' | replace: '-', ' ' | replace: '_', ' ' }}" %}
{% endif %}
{% endfor %} {% endfor %}