blob: e4164cf138d8626985e26c90bd89f7e4665bd619 [file] [log] [blame]
Sapan Bhatia3a45f8b2014-01-14 21:20:16 -05001{
2{% for o in generator.all %}
3 "{{ o.camel }}": [
4 {% for f in o.refs %}"{{ f.camel }}",
5 {% endfor %}]
6{% endfor %}
7}
8