Invoke "json" helper the simple way, not as an empty block.
[mkws-moved-to-github.git] / examples / htdocs / mike.html
index 0d364b6..e0d5b53 100644 (file)
        {{/if}}
        <tr>
          <th>Locations</th>
-         <td>{{#json location}}{{/json}}</td>
+         <td>
+           <ul>
+             {{#each location}}
+               <li>{{json this}}</li>
+             {{/each}}
+           </ul>
+         </td>
        </tr>
       </table>
     </script>