Ethan Yonker | 5987fc1 | 2016-12-16 09:55:13 -0600 | [diff] [blame] | 1 | --- |
2 | layout: none | ||||
3 | --- | ||||
4 | [ | ||||
5 | {% for device in site.devices %} | ||||
6 | { | ||||
7 | "title" : "{{ device.title | escape }} -- {{ device.codename }}", | ||||
8 | "url" : "{{ device.url }}", | ||||
9 | "dlfolder" : "{{ device.downloadfolder }}", | ||||
10 | "recovery" : "{{ device.ddof }}" | ||||
11 | } {% if forloop.last %}{% else %},{% endif %} | ||||
12 | {% endfor %} | ||||
13 | ] |