File: simple.mustache

package info (click to toggle)
ruby-mustache 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 620 kB
  • sloc: ruby: 2,712; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 176 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
Hello {{name}}
You have just won ${{value}}!

{{#in_ca}}
Well, ${{taxed_value}}, after taxes.
{{/in_ca}}

{{^in_ca}}
You're lucky - in CA you'd be taxed like crazy!
{{/in_ca}}