Change quoting style of handlebars template invocation, just to have a
[mkws-moved-to-github.git] / examples / htdocs / mike.html
index 2b3b75c..846f1ac 100644 (file)
        <tr>
          <th>Locations</th>
          <td>
-           {{#each location}}
-             {{#if '@name'}}
-               {{attr '@name'}}<br/>
-             {{/if}}
-           {{/each}}
+           {{#commaList location}}
+             {{attr "@name"}}{{/commaList}}
          </td>
        </tr>
       </table>