Adding examples.

This commit is contained in:
Justin Hileman
2010-03-30 14:57:18 -04:00
parent a51146f5e2
commit 5e99b15252
12 changed files with 82 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
class Unescaped extends Mustache {
public $title = "Bear > Shark";
}