Bypass/disable uppercase -> global inference in Handlebars templates?
问题 I have the following handlebars template (fragment): {{#each cbe in abs.XyzBookingEntries}} <tr> {{#if cbe.isLoaded}} <td>{{cbe.XYZdata.ApptDuration}} min:</td> <td> {{cbe.XYZdata.ApptType}} {{#if cbe.XYZdata.ApptTypeDetailCode}} ({{cbe.XYZdata.ApptTypeDetailCode}}) {{/if}} </td> <td {{bindAttr class="cbe.XYZdata.statusClass"}}><strong>{{cbe.XYZdata.ApptStatus}}</strong></td> {{else}} <td> Loading... </td> {{/if}} </tr> {{/each}} From which you can observe two things: I have capitalized