Location names now listed with #commaList instead of #each.
[mkws-moved-to-github.git] / examples / htdocs / mike.html
index 2b3b75c..ca2da46 100644 (file)
        <tr>
          <th>Locations</th>
          <td>
-           {{#each location}}
-             {{#if '@name'}}
-               {{attr '@name'}}<br/>
-             {{/if}}
-           {{/each}}
+           {{#commaList location}}
+             {{attr '@name'}}{{/commaList}}
          </td>
        </tr>
       </table>