UNPKG

jst

Version:

Node JavaScript Template, A pretty high performance template engine

8 lines (6 loc) 230 B
<h1>{{ title }}</h1> <p>Welcome to {{ title }}</p> <h2>i18n</h2> <p>{{ _('Hello {name}', {name: 'JST'}) }}</p> <p>{{ _n('There is a car', 'There are {n} cars', 1) }}</p> <p>{{ _n('There is a car', 'There are {n} cars', 3) }}</p>