blob: 0990bc93b3176c7ba9570d2657dd23b52bd0a07d [file] [log] [blame]
Robert Lya6043f72013-02-20 14:47:44 -08001var GCM_DATA = [
2<?cs each:page = docs.pages
3?> { id:<?cs var: page.id ?>, label:"<?cs var:page.label ?>", link:"<?cs var:page.link ?>", type:"<?cs var:page.type ?>" }<?cs if:!last(page) ?>,<?cs /if ?>
4<?cs /each ?>
5 ];