Some kind of subject display. Not very good.
authorMike Taylor <mike@indexdata.com>
Thu, 28 Nov 2013 11:10:17 +0000 (11:10 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 28 Nov 2013 11:10:17 +0000 (11:10 +0000)
examples/htdocs/mike.html

index 6e15b2e..6d4a721 100644 (file)
          <td>{{#link md-electronic-url}}{{/link}}</td>
        </tr>
        {{/if}}
+       {{#if location}}
        <tr>
          <th>Subject</th>
-         <td>{{md-subject}}</td>
+         <td>
+           <ul>
+             {{#each location}}
+               {{#if md-subject}}
+                 <li>{{md-subject}}</li>
+               {{/if}}
+             {{/each}}
+           </ul>
+         </td>
        </tr>
+       {{/if}}
        <tr>
          <th>Locations</th>
          <td>{{location}}</td>