Wrap various field templates in {{##if}} guards.
[mkws-moved-to-github.git] / examples / htdocs / mike.html
index 02bf56d..6e15b2e 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}}
        <tr>
          <th>Subject</th>
          <td>{{md-subject}}</td>