Added double section, escaped output, utf8 escaped and utf8 unescaped examples.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
class Escaped extends Mustache {
|
||||
public $title = "Bear > Shark";
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<h1>{{title}}</h1>
|
||||
@@ -0,0 +1 @@
|
||||
<h1>Bear > Shark</h1>
|
||||
Reference in New Issue
Block a user