Returned content item(s)
{% for resourceIdentifier, resource in resources %} {% if loop.first %}
{% endif %}
{{ 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 %}
{% if loop.last %}
{% endif %} {% else %} {% endfor %}