Available content item(s)
{% for resourceIdentifier, resource in resources %} {% if resource.type in token.payload.deepLinkingSettings.acceptedTypes %}
 {{ resource.title }}
{% if resource.url is defined %}
Url
{{ resource.url }}
{% endif %} {% if resource.html is defined %}
HTML
{{ resource.html }}
{% endif %}
Description
{{ resource.text }}
{% if resource.icon is defined %}
Icon
{% endif %}
{% endif %} {% endfor %}