h1=title
ul
  - result.forEach(function(item) {
    li=item.name
  - })