List only the first location's subjects.
authorMike Taylor <mike@indexdata.com>
Thu, 28 Nov 2013 13:11:07 +0000 (13:11 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 28 Nov 2013 13:11:07 +0000 (13:11 +0000)
examples/htdocs/mike.html

index 0614528..f7dbf42 100644 (file)
        <tr>
          <th>Subject</th>
          <td>
-           <ul>
-             {{#each location}}
-               {{#if md-subject}}
-                 <li>{{md-subject}}</li>
-               {{/if}}
-             {{/each}}
-           </ul>
+           {{#first location}}
+             {{#if md-subject}}
+               {{md-subject}}
+             {{/if}}
+           {{/first}}
          </td>
        </tr>
        {{/if}}