bifocal/node_modules/express-hbs/test/apps/i18n/views/index.hbs

3 lines
137 B
Handlebars

<span id="text">{{__ "text to test"}}</span>
<br>
{{#each array}}<span class="{{__ "each"}}">{{__n "%d cat" "%d cats" .}}</span>{{/each}}