From 0ff5a335059b982e987d1e2a7db594eb4a539dcb Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Thu, 29 Apr 2010 20:46:35 -0400 Subject: [PATCH] Updated dot-notation example to include {{%PRAGMA}} tag. --- examples/dot_notation/dot_notation.mustache | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/dot_notation/dot_notation.mustache b/examples/dot_notation/dot_notation.mustache index 0566867..4831386 100644 --- a/examples/dot_notation/dot_notation.mustache +++ b/examples/dot_notation/dot_notation.mustache @@ -1,3 +1,4 @@ +{{%DOT-NOTATION}} * {{person.name.first}} {{person.name.last}} * {{person.age}} * {{person.hometown.city}}, {{person.hometown.state}}