From: noah morrison Date: Thu, 30 Oct 2014 22:06:35 +0000 (-0400) Subject: Fixed the mustache file X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=aaa5b17e9044af865d181ce5d09eb5415933c597;p=chevron.git Fixed the mustache file test.mustache was invalid, I forgot to close a tag and used html inside the non html-escaped tags (instead of a json variable name). --- diff --git a/test.mustache b/test.mustache index 597a2e6..fb705ff 100644 --- a/test.mustache +++ b/test.mustache @@ -4,8 +4,8 @@ Hello, {{ thing }}! -{{{NO ESCAPE!}}} -{{&You understand?}} +{{{html_escaped}}} +{{&html_escaped2}} {{#show}} Show is true! @@ -23,6 +23,6 @@ Show if false! <<={{ }}=>> -{{delimiter +{{delimiter}} That's all folks!