html> {{title}} > /* Mustache variable support in CSS is incomplete */ {{mustache}} [ {{other}} ] body { {{{other}}} font-size: 15pt; font-family: Verdana; } > > var foo = {{bar}}; `template {{foo}} ${ var a = {{b}} }` > {{#movie}} >

{{title}}

{{title}}
> > Rating - {{ratings.critics_rating}} > {{/movie}} {{^movie}} > Movie Does Not Exist :( > {{/movie}} {{! this is a comment TODO ALERT }} This is a partial {{> partial1 }} {{#block param=foo param2=bar}} {{block foo=bar}} {{/block}} {{#list people}}{{firstName}} {{lastName}}{{/list}} {{#noop}}{{body}}{{/noop}} {{#with story}} class="intro">{{{intro}}}> class="body">{{{body}}}> {{/with}} {{#each comments}} class="comment">

{{subject}}

{{{body}}}
> {{/each}} {{#list nav}} {{title}} {{/list}} {{!-- Conditionals --}} {{#if isActive}} Active {{else if isInactive}} Inactive {{else}} {{/if}} {{!-- Escaping --}} \{{escaped}} {{{{raw}}}} {{escaped}} {{{{/raw}}}} {{!-- Whitespace Control --}} {{#each nav ~}} {{~#if test}} {{~title}} {{~^~}} Empty {{~/if~}} {{~/each}} {{!-- Helpers --}} {{link "See more..." story.url}} {{log "Look at me!" level="error"}} {{!-- Partial --}} {{> myPartial name=../name }} {{#> myPartial }} Failover content {{/myPartial}} {{#*inline "myPartial"}} My Content {{/inline}} {{#each children}} {{> myPartial}} {{/each}} word>word word>word