{{#movie}}
{{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}}
{{{intro}}}
{{{body}}}
{{/with}}
{{#each comments}}
{{/each}}
{{#list nav}}
{{title}}
{{/list}}
{{!-- Conditionals --}}
{{#if isActive}}
{{else if isInactive}}
{{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}}
wordword
word
word
{{subject}}
{{{body}}}