layout | title | image | photos | ||||||
---|---|---|---|---|---|---|---|---|---|
page |
Partners |
|
{% assign organizations = site.data.organizations %}
{% for p in site.data.community.partners %}
{% assign entity = organizations[p.organization] %}
{% assign details = p.details %}
{% include _includes/external-entities.html entity=entity type='partner' details=details %}
{% endfor %}