bigbiff | d006b30 | 2015-03-06 18:36:03 -0500 | [diff] [blame] | 1 | --- |
2 | layout: none | ||||
3 | --- | ||||
4 | [ | ||||
5 | {% for device in site.devices %} | ||||
6 | { | ||||
7 | "title" : "{{ device.title | escape }} ({{ device.codename }})", | ||||
8 | "desc" : "TWRP for {{ device.title | escape }}", | ||||
9 | "url" : "{{ device.url }}" | ||||
10 | } {% if forloop.last %}{% else %},{% endif %} | ||||
11 | {% endfor %} | ||||
12 | ] |