Plural, too :)

This commit is contained in:
Justin Hileman
2014-12-27 07:26:15 -08:00
parent 6c1e5154e6
commit 7cbc0d0796
+2 -2
View File
@@ -24,9 +24,9 @@ And a more in-depth example -- this is the canonical Mustache template:
```html+jinja ```html+jinja
Hello {{name}} Hello {{name}}
You have just won {{value}} dollar! You have just won {{value}} dollars!
{{#in_ca}} {{#in_ca}}
Well, {{taxed_value}} dollar, after taxes. Well, {{taxed_value}} dollars, after taxes.
{{/in_ca}} {{/in_ca}}
``` ```