summaryrefslogtreecommitdiffstats
path: root/integrations/templates/related_resources.md
blob: b7a199e8b86b8080dcd0669b1598d49a15dc378a (plain)
1
2
3
4
5
6
7
[% if related %]
You can further monitor this integration by using:

[% for item in related %]
- {% relatedResource id="[[ item.id ]]" %}[[ item.name ]]{% /relatedResource %}: [[ item.info.description ]]
[% endfor %]
[% endif %]