File: simply_complicated.mustache

package info (click to toggle)
ruby-mustache 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 480 kB
  • sloc: ruby: 2,267; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Hi there {{yourname}}.  Your home directory is {{HOME}}.

{{#friend}}
Your friend is named {{name}}
  {{#morr}}
   Hey {{word}} {{up}} {{{awesomesauce}}}.
   {{/morr}}
   {{^morr}}
   Booooo.  {{hiss}}
   {{/morr}}
   {{notinmorr}}
   {{> partial1}}
{{/friend}}
{{^friend}}
You have no friends, {{person}}.  You suck.
{{/friend}}

{{> partial2}}
{{! comments are awesome }}

{{={% %}=}}

{%love%}
{%={{ }}=%}
{{{triplestash}}}