{{ section.title }}
{{ section.subtitle }}
{% for app in section.apps %}
{% if section.key == 'app' %}
{% else %}
{% endif %}
{% endfor %}
{% endfor %}
{{ app.accent }}
{{ app.title }}
{{ app.description }}
{% if app.tags %}
{% for tag in app.tags %}
{{ tag }}
{% endfor %}
{% endif %}
{{ app.title }}
{{ app.description }}
{{ app.action_label }}