List only the @name element of each location.
[mkws-moved-to-github.git] / examples / htdocs / mike.html
index 3714e68..5d45a27 100644 (file)
@@ -69,7 +69,7 @@
          <td>
            <ul>
              {{#each location}}
-               <li>{{json this}}</li>
+               <li>{{attr 'name'}}</li>
              {{/each}}
            </ul>
          </td>