| layout | page | ||||||
|---|---|---|---|---|---|---|---|
| title | Partners | ||||||
| image | https://images.unsplash.com/photo-1429962714451-bb934ecdc4ec?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1650&q=80 | ||||||
| photos |
|
{% 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 %}