Some kind of subject display. Not very good.
[mkws-moved-to-github.git] / examples / htdocs / mike.html
index 02bf56d..6d4a721 100644 (file)
            {{/if}}
          </td>
        </tr>
+       {{#if md-date}}
        <tr>
          <th>Date</th>
          <td>{{md-date}}</td>
        </tr>
+       {{/if}}
+       {{#if md-author}}
        <tr>
          <th>Author</th>
          <td>{{md-author}}</td>
        </tr>
+       {{/if}}
+       {{#if md-electronic-url}}
        <tr>
          <th>URL</th>
-         <td>{{md-electronic-url}}</td>
+         <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>