Prefix names of all Handlebars helpers with "mkws-":
[mkws-moved-to-github.git] / examples / htdocs / templates.html
index 2f39dd2..bed0122 100644 (file)
          </td>
        </tr>
        {{/if}}
-       {{#if-any location having="md-subject"}}
+       {{#mkws-if-any location having="md-subject"}}
        <tr>
          <th>Subject</th>
          <td>
-           {{#first location having="md-subject"}}
+           {{#mkws-first location having="md-subject"}}
              {{#if md-subject}}
                {{md-subject}}
              {{/if}}
-           {{/first}}
+           {{/mkws-first}}
          </td>
        </tr>
-       {{/if-any}}
+       {{/mkws-if-any}}
        <tr>
          <th>Locations</th>
          <td>
-           {{#commaList location}}
-             {{attr "@name"}}{{/commaList}}
+           {{#mkws-commaList location}}
+             {{mkws-attr "@name"}}{{/mkws-commaList}}
          </td>
        </tr>
       </table>