Adding examples.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
class Comments extends Mustache {
|
||||
public function title() {
|
||||
return 'A Comedy of Errors';
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<h1>{{title}}{{! just something interesting... or not... }}</h1>
|
||||
@@ -0,0 +1 @@
|
||||
<h1>A Comedy of Errors</h1>
|
||||
Reference in New Issue
Block a user