html>


charset="UTF-8" />
</Element Tag><Mustache Variable>{{</Mustache Variable><Mustache Inside>title</Mustache Inside><Mustache Variable>}}</Mustache Variable><Element Tag>







{{#movie}}

{{title}}


src="{{poster}}" alt="{{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}}
href="{{url}}">{{title}}
{{/list}}

{{!-- Conditionals --}}
{{#if isActive}}
src="star.gif" alt="Active">
{{else if isInactive}}
src="cry.gif" alt="Inactive">
{{else}}
src="cry.gif" alt="">
{{/if}}

{{!-- Escaping --}}
\{{escaped}}
{{{{raw}}}}
{{escaped}}
{{{{/raw}}}}

{{!-- Whitespace Control --}}
{{#each nav ~}}
href="{{url}}">
{{~#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