blob: 65a3742951e4f8b3426fe41fbfd8cac0da8da8fa [file] [log] [blame]
Sapan Bhatia09174022017-06-02 13:39:28 +02001{
2{%- for model in proto.messages %}
3{%- if model.links %}
4 "{{ model.name }}": [
5 {{ model.links | map(attribute='peer') | format_list("\"%s\"") |join(',\n\t\t') }}
6 ],{% endif -%}
7{% endfor %}
8}