{{#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}}
{{{intro}}}
{{{body}}}
{{/with}} {{#each comments}}

{{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