소스 검색

Updated dot-notation example to include {{%PRAGMA}} tag.

Justin Hileman 16 년 전
부모
커밋
0ff5a33505
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      examples/dot_notation/dot_notation.mustache

+ 1 - 0
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}}