Just list locations with a <br/> after each.
[mkws-moved-to-github.git] / examples / htdocs / mike.html
index e0d5b53..b19dc47 100644 (file)
        {{#if md-electronic-url}}
        <tr>
          <th>URL</th>
-         <td>{{#link md-electronic-url}}{{/link}}</td>
+         <td>{{link md-electronic-url}}</td>
        </tr>
        {{/if}}
-       {{#if location}}
+       {{#if-any location having="md-subject"}}
        <tr>
          <th>Subject</th>
          <td>
            {{/first}}
          </td>
        </tr>
-       {{/if}}
+       {{/if-any}}
        <tr>
          <th>Locations</th>
          <td>
-           <ul>
-             {{#each location}}
-               <li>{{json this}}</li>
-             {{/each}}
-           </ul>
+           {{#each location}}
+             {{#if '@name'}}
+               {{attr '@name'}}<br/>
+             {{/if}}
+           {{/each}}
          </td>
        </tr>
       </table>