Guest User

Untitled

a guest
Jul 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. branding : [ {
  2. "brand": "test",
  3. "url": "test",
  4. "guidelines": [
  5. {"name": "t1","url": "t1"},
  6. {"name": "t2","url": "t2"},
  7. {"name": "t3","url": "t3"},
  8. {"name": "t4","url": "t4"}
  9. ]
  10. },
  11. {
  12. "brand": "test1",
  13. "url": "test1",
  14. }
  15.  
  16. <ul>
  17. {{#each branding}}
  18. <li>
  19. <a href="/branding/{{ key.url }}">{{ name }}
  20. </a>
  21. </li>
  22. {{/each}}
  23. </ul>
Add Comment
Please, Sign In to add comment